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