export const Label = ({ children, className }: any) => { return (

{children}

); };