/** The theme trio — one mark per option of the light / dark / system control. */ import { type IconComponent } from './icon-frame'; /** Light theme. */ export declare const SunIcon: IconComponent; /** Dark theme. */ export declare const MoonIcon: IconComponent; /** Follow the operating system. */ export declare const MonitorIcon: IconComponent; //# sourceMappingURL=theme-marks.d.ts.map