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