import * as react_jsx_runtime from 'react/jsx-runtime';
import { IconSvgProps } from '@heroui/shared-icons';

declare const ChevronRightIcon: (props: IconSvgProps) => react_jsx_runtime.JSX.Element;

export { ChevronRightIcon };
