import * as React from 'react'; type InputPanelPropsT = { title?: string; children: React.ReactNode; gap?: string; info?: boolean; hoverContent?: string; isHovered?: string; autoScroll?: boolean; } & React.DetailedHTMLProps, HTMLDivElement>; export declare const InputPanel: React.FC; export {}; //# sourceMappingURL=InputPanel.d.ts.map