import type { Theme } from '../types'; export declare function useTheme(): { theme: Theme; toggle: () => import("..").TldrawApp; }; //# sourceMappingURL=useTheme.d.ts.map