/// interface Props { playing: boolean; } export declare function PlayPauseOverlay({ playing }: Props): JSX.Element | null; export {};