import React from 'react';
export declare type IconProps = React.SVGProps<SVGSVGElement> & {
    /** 传递个svg的width和height */
    size?: number;
};
