import { TemplateResult as TemplateResult$1 } from "../node_modules/lit-html/development/lit-html.js"; import { TemporalMixinInterface } from "../elements/EFTemporal.js"; import { Ref } from "../node_modules/lit-html/development/directives/ref.js"; import * as _$lit from "lit"; import { LitElement } from "lit"; //#region src/gui/EFFilmstrip.d.ts declare const EFFilmstrip_base: typeof LitElement; declare class EFFilmstrip extends EFFilmstrip_base { #private; static styles: _$lit.CSSResult[]; target: string; pixelsPerMs: number; hidePlayhead: boolean; disableInternalScroll: boolean; hide: string; show: string; targetElement: Element | null; private _contextProvidedTemporal?; get targetTemporal(): TemporalMixinInterface | null; get hideSelectors(): string[] | undefined; get showSelectors(): string[] | undefined; timelineRef: Ref; connectedCallback(): void; protected willUpdate(changedProperties: Map): void; render(): TemplateResult$1<1>; } declare global { interface HTMLElementTagNameMap { "ef-filmstrip": EFFilmstrip; } } //#endregion export { EFFilmstrip }; //# sourceMappingURL=EFFilmstrip.d.ts.map