import { LitElement } from 'lit';
export declare class TimelineScaleSelector extends LitElement {
    static styles: import("lit").CSSResult;
    selectedZoom?: string;
    valueChangeEvent?: (updatedValue: {
        zoom: string;
        scale: {
            label: string;
            step: number;
        };
    }) => void;
    private onChange;
    render(): import("lit-html").TemplateResult<1>;
}
declare global {
    interface HTMLElementTagNameMap {
        'timeline-scale-selector': TimelineScaleSelector;
    }
}
//# sourceMappingURL=timeline-scale-selector.d.ts.map