interface SendIconProps { className?: string; fill?: string; } export declare function SendIcon({ className, fill }: SendIconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=send-icon.d.ts.map