/** * @deprecated Use instead */ declare const Chevron: ({ size, color, accessibleTitle, direction, role, style, ...otherProps }: { [x: string]: any; size?: number | undefined; color?: string | undefined; accessibleTitle?: string | undefined; direction?: string | undefined; role?: string | undefined; style?: {} | undefined; }) => JSX.Element; export default Chevron;