type ControlTypes = 'text' | null; export declare const setControlsTypes: (controls: string[], type: ControlTypes) => Record; export declare const hideControls: (...controls: string[]) => Record; export declare const textControl: { type: string; }; export declare const hiddenControl: { type: null; }; export {}; //# sourceMappingURL=controls.d.ts.map