import { RectProps } from '../../jsx'; export declare const Triangle: ({ width, height, colorPrimary, rotation, strokeWidth, ...rest }: RectProps & { colorPrimary: string; rotation?: number; }) => any;