export declare function RightArrow({ title, className, }: {
    title?: string;
    className?: string;
}): import("react/jsx-runtime").JSX.Element;
