export declare function UseState([stateKey, setStateKey]: [string, string], initialValue?: T): (def: any) => void;