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