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