import "./ToolIcon.scss";
import { Theme } from "../element/types";
export declare const DarkModeToggle: (props: {
    value: Theme;
    onChange: (value: Theme) => void;
    title?: string | undefined;
}) => JSX.Element;
