import React from 'react'; interface ICreateTableProps { } export declare const FormItemBox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { width?: number | undefined; gap?: number | undefined; fullHeight?: boolean | undefined; }, never>; export declare const DATASOURCE_TYPE: { ICEBERG: string; JDBC: string; ORC: string; PARQUET: string; }; export declare const DATASOURCE_TYPE_OPTIONS: { label: string; value: string; }[]; declare const CreateTable: React.FC; export default CreateTable;