/// import { InputGroupProps } from './types'; declare const InputGroup: ({ children, size, ...props }: InputGroupProps) => JSX.Element; export { InputGroup };