import { InputLabelProps } from './InputLabel.types'; export declare const InputLabel: (props: InputLabelProps) => import("react/jsx-runtime").JSX.Element; export default InputLabel;