interface IPropsCreateTablePopover { createTable: any; children: any; dataState?: any; } declare function CreateTablePopover(props: IPropsCreateTablePopover): import("react/jsx-runtime").JSX.Element; export default CreateTablePopover;