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