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