import type { Theme } from "@excalidraw/element/types";
import "./ToolIcon.scss";
export declare const DarkModeToggle: (props: {
    value: Theme;
    onChange: (value: Theme) => void;
    title?: string;
}) => import("react/jsx-runtime").JSX.Element;
