import type { ReactNode } from 'react'; export interface InputGroupProps { children: ReactNode; }