import React from 'react'; import { GenericComponentType } from '../../types'; export type IStatusBarComponentType = GenericComponentType; export declare const StatusBar: IStatusBarComponentType>>;