import { default as React } from 'react';
import { IconStyles } from './types';
interface ChevronRightIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const ChevronRightIcon: React.FC<ChevronRightIconProps>;
export default ChevronRightIcon;
//# sourceMappingURL=ChevronRight.d.ts.map