import { AutoFormSyncOptions } from "../types";
export default function useAutoFormSync(selector: string, options?: AutoFormSyncOptions): void;
