/// export interface IconPauseCircleSharpProps { size?: string; style?: React.CSSProperties; } export declare const IconPauseCircleSharp: React.FC;