import React from 'react';
import { IconWithStyleTypeProps } from '../../types';
declare const ChevronIcon: ({ styleType, ...props }: IconWithStyleTypeProps) => React.JSX.Element;
export default ChevronIcon;
