export type ControlledHookReturn = [T, (value: T) => void, T, boolean]; export declare function useControlled(props: any, controlKey: string, defaultValue?: T): ControlledHookReturn; //# sourceMappingURL=useControlled.d.ts.map