import { GetStoreProps } from './interface';
/** 状态管理 */
declare const useStore: (form?: GetStoreProps) => GetStoreProps[];
export default useStore;
