import type { FormValuesState } from './types.js';
export declare function useFormStore<T>(selector: (state: FormValuesState) => T): T;
