export declare const Label: ({ children, variant, className, }: { children: React.ReactNode; variant?: "small" | "regular" | undefined; className?: string | undefined; }) => import("react/jsx-runtime").JSX.Element;