import BaseComponent from "./BaseComponent";
export default class MobiusDropdownContainer extends BaseComponent {
    props: any;
    name: string;
    constructor();
    static get observedAttributes(): string[];
    attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
    connectedCallback(): void;
}
