import type { StatusBarPlugin } from './definitions'; declare const StatusBar: StatusBarPlugin; export * from './definitions'; export { StatusBar };