import * as React from 'react';
declare const SvgExclamationTriangle: ({ title, ...props }: {
    title: string;
    props: React.SVGProps<SVGSVGElement>;
}) => JSX.Element;
export default SvgExclamationTriangle;
