import { SVGProps } from 'react'; export interface ChevronRightProps extends Omit, 'css'> { } export declare const ChevronRight: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;