type UseControlPropsValidatorOptions = { state: Record; props: Record; }; export declare let useControlPropsValidator: (options: UseControlPropsValidatorOptions) => void; export {};