import { TemplateResult as TemplateResult$1 } from "../../../node_modules/lit-html/development/lit-html.js"; import { TrackItem } from "./TrackItem.js"; import * as _$lit from "lit"; //#region src/gui/timeline/tracks/TimegroupTrack.d.ts declare class EFTimegroupTrack extends TrackItem { static styles: _$lit.CSSResult[]; /** * When true, children are not rendered (used in unified row architecture * where children get their own rows). */ skipChildren: boolean; /** * When true, show filmstrip thumbnails for root timegroups * TODO: Re-enable when thumbnail strip performance is improved */ showFilmstrip: boolean; /** * Check if this track should show a filmstrip */ private get shouldShowFilmstrip(); /** * Override trimPortionStyles to use taller height for filmstrip rows */ get trimPortionStyles(): { width: string; left: string; } | { height: string; width: string; left: string; }; private get modeLabel(); contents(): TemplateResult$1<1>; /** * Override render to use taller height for filmstrip rows */ render(): TemplateResult$1<1>; } declare global { interface HTMLElementTagNameMap { "ef-timegroup-track": EFTimegroupTrack; } } //# sourceMappingURL=TimegroupTrack.d.ts.map