import * as React from 'react';
import { IconSVGProps } from '../utils';
export declare const ChevronRightSmall: React.ForwardRefExoticComponent<IconSVGProps & React.RefAttributes<any>>;
