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