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