import React from 'react'; import type { UseBoundStore, StoreApi } from 'zustand'; import type { ThemeState } from '../../theme/useThemeStore'; export interface AppearanceControlsWithStoreProps { useStore: UseBoundStore>; } export declare const AppearanceControlsWithStore: React.FC; export default AppearanceControlsWithStore;