import type { Icons } from './index'; export declare const setCustomIcons: (icons: Partial | undefined) => void; export declare const getCustomIcons: () => Partial | undefined;