import type { InputLabelProps } from "../types"; declare const InputLabel: (props: InputLabelProps) => JSX.Element; export default InputLabel;