import { LitElement } from 'lit';
import { TripState } from '@stadiamaps/ferrostar';
export declare class InstructionsView extends LitElement {
    tripState: TripState | null;
    static styles: import('lit').CSSResult[];
    render(): import('lit-html').TemplateResult<1> | undefined;
}
//# sourceMappingURL=instructions-view.d.ts.map