import { FASTElement } from "@microsoft/fast-element"; /** * A class representing a MultiView. * @class * @extends FASTElement */ export declare class MultiView extends FASTElement { /** * Determines the hidden state of the multi-view * @public * @remarks * HTML Attribute: hidden * @type {boolean} */ hidden: boolean; hiddenChanged(oldValue: string, newValue: string): void; } //# sourceMappingURL=multi-view.d.ts.map