import { FC } from 'react'; export interface CenteredBottomPlaybackProps { className?: string; } export declare const CenteredBottomPlayback: FC;