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