export declare const useState: (initialState: any) => any[];
