/// export declare function useContext(context: React.Context): T; export declare function useReflow(): () => void; export declare function useFlexSize(): [number, number];