import type { ColumnIconOption, ITableThemeDefine } from './ts-types'; export declare function setIconColor(themeIconsColor: ITableThemeDefine['functionalIconsStyle']): void; export declare const icons: { [key: string]: ColumnIconOption; }; export declare function get(): { [key: string]: ColumnIconOption; };