export interface RightArrowIconProps { svgAttrs?: SVGProps; } import { SVGProps } from "../types"; declare function RightArrowIcon(props: RightArrowIconProps): import("react/jsx-runtime").JSX.Element; export default RightArrowIcon;