export declare class TdtControl {
    control: T.Control;
    position?: T.ControlPosition;
    visible: boolean;
    offset?: T.Point;
    options?: T.ControlOptions;
    uniqueId: string;
    map: T.Map;
    connectedCallback(): void;
    componentWillRender(): void;
    render(): any;
}
