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