import type { SVGProps } from "react"; export interface Send03IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Send03Icon({ className, size, color, ...props }: Send03IconProps): import("react").JSX.Element; //# sourceMappingURL=send-03-icon.d.ts.map