/// import { CustomFieldType } from '@wix/bex-core'; export interface ExtendedColumnProps { value?: any; type: CustomFieldType; } declare function _ExtendedColumn(props: ExtendedColumnProps): JSX.Element; export declare const ExtendedColumn: typeof _ExtendedColumn & { displayName: string; }; export {}; //# sourceMappingURL=ExtendedColumn.d.ts.map