import { type PropsWithChildren } from 'react'; interface InputLabelProps extends PropsWithChildren { className?: string; onClick?: () => void; } export declare const InputLabel: import("react").ForwardRefExoticComponent>; export {};