import { FC } from 'react'; import { PersistentBarsProps } from './PersistentBar.types'; export declare const PersistentBar: FC;