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