declare type BarProps = { barStyle?: object; barContainerStyle?: object; }; export declare const Bar: ({ barStyle, barContainerStyle }: BarProps) => JSX.Element; export {};