import { IconProps } from '../lib';
declare function CaretDoubleLeft(props: IconProps): JSX.Element;
export default CaretDoubleLeft;
