import { PlateStates } from '../../types/PlateStore'; /** * Plate vanilla store. * @see zustand vanilla store */ export declare const plateStore: import("zustand").StoreApi>; /** * Plate store. * @see zustand store */ export declare const usePlateStore: import("zustand").UseStore>; //# sourceMappingURL=plate.store.d.ts.map