import { GridColumnIcon } from '@glideapps/glide-data-grid'; export declare const column: ({ title: string; id: string; hasMenu: boolean; icon: GridColumnIcon; dataType?: undefined; key?: undefined; } | { title: string; id: string; hasMenu: boolean; dataType: string; icon?: undefined; key?: undefined; } | { title: string; id: string; key: string; dataType: string; hasMenu?: undefined; icon?: undefined; } | { title: string; id: string; hasMenu: boolean; icon?: undefined; dataType?: undefined; key?: undefined; } | { title: string; id: string; hasMenu?: undefined; icon?: undefined; dataType?: undefined; key?: undefined; })[];