export interface ColorSwitchProps { /** Diameter of the color color switch */ size?: number; } /** * Color switch button to quickly set user preference * * @example * ```ts * * ``` * * custom size * ```ts * * ``` */ export declare function ColorSwitch({ size }: ColorSwitchProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=color-switch.d.ts.map