import { FunctionComponent } from 'react';
import { BaseProps } from '../type';
declare type TriangleProps = BaseProps;
declare const Triangle: FunctionComponent<TriangleProps>;
export default Triangle;
