import { Control } from './types';
export declare const reconfigureControl: (controlOverrides?: Partial<Control<Record<string, any>>>) => Control<Record<string, any>>;
