import { ClassName } from "@helpers/types"; export interface LabelProps extends ClassName { text?: string; labelFor?: string; disabled?: boolean; }