export declare type Action = { label: string; }; export declare type Column = { name: string; field_id: string; field_type: string; field_key: string; }; //# sourceMappingURL=types.d.ts.map