import { UseDropdownValueSyncProps } from './hook-types'; export declare const useDropdownValueSync: (props: UseDropdownValueSyncProps) => void;