import { InputProps } from '@chakra-ui/react'; declare type LabelProps = { label: string; }; export declare type InputLabelProps = InputProps & LabelProps; export {};