/**
 * Warning -- if additional color modes beyond light and dark are added in future -- this will have unexpected behaviour
 */
export declare const useIconThemed: () => {
    iconThemed: (colors: {
        light: string;
        dark: string;
    }) => string;
};
