import type { Rock } from "@ruiapp/move-style"; import { RapidTableColumnConfig } from "../rapid-table-column/rapid-table-column-types"; import "./style.css"; export interface IRapidEntityListToolboxConfig { disabled?: boolean; columnCacheKey?: string; } export interface ICacheRapidTableColumn extends Pick { hidden?: boolean; } export interface RapidEntityListToolboxColumnConfig { code: string; key?: string; title: string; hidden?: boolean; } declare const _default: Rock>; export default _default; export declare function getColumnUniqueKey(column: RapidEntityListToolboxColumnConfig): string;