import { type HTMLAttributes } from 'react';
export declare function ThemeToggle({ className, mode, ...props }: HTMLAttributes<HTMLElement> & {
    mode?: 'light-dark' | 'light-dark-system';
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=theme-toggle.d.ts.map