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