declare const arrowLeft: {
    d: string;
    height: number;
    width: number;
    id: string;
};
declare const arrowRight: {
    d: string;
    height: number;
    width: number;
    id: string;
};
declare const circle: {
    d: string;
    height: number;
    width: number;
    id: string;
};
declare const diamond: {
    d: string;
    height: number;
    width: number;
    id: string;
};
declare const square: {
    d: string;
    height: number;
    width: number;
    id: string;
};
declare const tee: {
    d: string;
    height: number;
    width: number;
    id: string;
};
export { arrowLeft, arrowRight, square, diamond, circle, tee };
