import { FASTElement } from "@microsoft/fast-element"; /** * MultiViewController * @summary A customizable controller component for a multi-view interface. * * @example * ```html * * ``` * * @attr {boolean} hidden - Controls the visibility of the component. True if the component is hidden. * * @prop {boolean} hidden - Controls the visibility of the component. True if the component is hidden. * * @slot - Default slot for adding a controller. * * @csspart multi-view - Style part for the main container of the multi-view. * * @extends FASTElement * @tagname fabric-multi-view-controller * @public */ export declare class MultiViewController extends FASTElement { } //# sourceMappingURL=multi-view-controller.d.ts.map