import * as React from 'react'; declare type BarProps = { barStyle?: object; }; export declare const Bar: React.FC; export {};