import { LitElement } from 'lit';
export declare class ManeuverImage extends LitElement {
    visualInstruction: any;
    static styles: import('lit').CSSResult[];
    getManeuverType(): any;
    getManeuverModifier(): any;
    getImageUrl(): any;
    render(): import('lit-html').TemplateResult<1>;
}
//# sourceMappingURL=maneuver-image.d.ts.map