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