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