export declare const objectValuesToControls: (obj: Record<string, string>, control?: string) => {
    control: string;
    options: string[];
};
