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