import React from 'react'; import type { FeatherNamedIconProps } from '../types'; declare const ChevronsRight: ({ size, className, fill, ...otherProps }: FeatherNamedIconProps) => React.JSX.Element; export default ChevronsRight;