export declare type ControlState = null | T | { value: null | T; disabled: boolean; };