import { CdkAccordion } from '@angular/cdk/accordion'; import * as i0 from '@angular/core'; import { InjectionToken, EventEmitter } from '@angular/core'; declare const CDK_ACCORDION: InjectionToken; declare class MxExpanderItemComponent { size: 'xs' | 'sm' | 'md' | 'lg'; disabled: boolean; expanded: boolean; hideBorder: boolean; tooltip: string; onOpened: EventEmitter; onClosed: EventEmitter; onDestroy: EventEmitter; get expandItemSize(): string; open(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disabled: unknown; static ngAcceptInputType_expanded: unknown; static ngAcceptInputType_hideBorder: unknown; } export { CDK_ACCORDION, MxExpanderItemComponent };