interface Props { id: string; } export declare const TextBoxControls: ({ id }: Props) => import("react/jsx-runtime").JSX.Element | null; export {};