interface ChevronRightIconProps {
    className?: string;
}
export default function ChevronRightIcon({ className }: ChevronRightIconProps): import("react/jsx-runtime").JSX.Element;
export {};
