import { type Store } from '@mantou/gem/lib/store'; export declare function genIcon(d: string, ext?: string): string; declare const defaultIcons: { loading: string; search: string; outward: string; menu: string; filter: string; more: string; close: string; delete: string; add: string; right: string; left: string; expand: string; sort: string; rollup: string; check: string; date: string; schedule: string; copy: string; info: string; warning: string; error: string; success: string; help: string; star: string; colorize: string; back: string; forward: string; tune: string; visibility: string; visibilityOff: string; refresh: string; }; export declare const icons: ((value?: Partial<{ loading: string; search: string; outward: string; menu: string; filter: string; more: string; close: string; delete: string; add: string; right: string; left: string; expand: string; sort: string; rollup: string; check: string; date: string; schedule: string; copy: string; info: string; warning: string; error: string; success: string; help: string; star: string; colorize: string; back: string; forward: string; tune: string; visibility: string; visibilityOff: string; refresh: string; }> | undefined) => void) & Omit<{ name: never; apply: never; call: never; bind: never; toString: never; prototype: never; length: never; arguments: never; caller: never; [Symbol.hasInstance]: never; [Symbol.metadata]: never; }, "menu" | "search" | "sort" | "filter" | "close" | "copy" | "error" | "left" | "right" | "visibility" | "loading" | "outward" | "more" | "delete" | "add" | "expand" | "rollup" | "check" | "date" | "schedule" | "info" | "warning" | "success" | "help" | "star" | "colorize" | "back" | "forward" | "tune" | "visibilityOff" | "refresh"> & { loading: string; search: string; outward: string; menu: string; filter: string; more: string; close: string; delete: string; add: string; right: string; left: string; expand: string; sort: string; rollup: string; check: string; date: string; schedule: string; copy: string; info: string; warning: string; error: string; success: string; help: string; star: string; colorize: string; back: string; forward: string; tune: string; visibility: string; visibilityOff: string; refresh: string; }; export declare function extendIcons>(customIcons: Partial & T): Store; export {}; //# sourceMappingURL=icons.d.ts.map