import { FC } from 'react'; import { BarProps } from './types'; export declare const Bar: FC;