import { FC } from "react"; import { SVGProps } from "react"; export interface IconProps extends SVGProps { size: number; className?: string | undefined; } export declare const ArrowRightIcon: FC; //# sourceMappingURL=arrowRight.d.ts.map