import { SVGProps } from 'react'; export interface PlayPauseProps extends Omit, 'css'> { } export declare const PlayPause: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;