import { FC } from 'react'; import { InfoBarsProps } from './InfoBar.types'; export declare const InfoBar: FC;