import { Entity, EntityConstructorPropsWithoutSrc } from '../../Entity.js';
export declare class Marker extends Entity {
    constructor(props?: EntityConstructorPropsWithoutSrc);
}
