export type IconThemeVariant = 'light' | 'dark'; export declare const useIconThemeVariant: () => "light" | "dark";