/// <reference types="react" />
export interface IconPlaySkipForwardOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconPlaySkipForwardOutline: React.FC<IconPlaySkipForwardOutlineProps>;
