export declare class DisplayEngine { private element; constructor(element: HTMLElement); display(value: string): this; block(): this; inline(): this; inlineBlock(): this; flex(): this; grid(): this; none(): this; overflow(value: string): this; overflowHidden(): this; overflowScroll(): this; overflowAuto(): this; position(value: string): this; relative(): this; absolute(): this; fixed(): this; sticky(): this; top(value: string): this; right(value: string): this; bottom(value: string): this; left(value: string): this; zIndex(value: number): this; objectFit(value: string): this; objectCover(): this; objectContain(): this; aspectRatio(value: string): this; aspectSquare(): this; aspectVideo(): this; } //# sourceMappingURL=index.d.ts.map