import { type AttributeReactiveClass } from '../../element-reactive/index.js'; declare class LinearContainerImpl implements InstanceType> { #private; static readonly observedAttributes: never[]; static readonly observedCSSProperties: string[]; constructor(currentElement: HTMLElement); } export declare const LinearContainer: typeof LinearContainerImpl | undefined; export {};