import { Marker } from "./marker";
export declare class Triangle extends Marker {
    static className: string;
    updatePath(): void;
}
