import * as React from 'react'; import { IconProps } from './types'; export declare const ChevronRightSmallBoldFilled24: { ({ color, ...props }: IconProps): React.JSX.Element; category: string; }; export default ChevronRightSmallBoldFilled24;