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