/// /** * The Input component is a component that is used to get user input in a text field. * https://chakra-ui.com/docs/form/input */ export declare function Input({ ...props }: any): JSX.Element; //# sourceMappingURL=Input.d.ts.map