import { Selector } from "../data/Selector"; import { BindingObject } from "../data/Binding"; import { Ref } from "../data/Ref"; import { View } from "../data/View"; import { GetSet, Prop } from "../ui/Prop"; export declare function useStore(): View; export declare function useStoreMethods(): ReturnType; export type RefInput = Prop | Ref; export declare function ref(input: BindingObject): GetSet; export declare function ref(input: Ref): GetSet; export declare function ref(input: Prop): Selector; //# sourceMappingURL=store.d.ts.map