import * as i0 from '@angular/core'; import { OnInit, OnDestroy } from '@angular/core'; declare class DrawerCardContentComponent implements OnInit, OnDestroy { #private; readonly clicked: i0.OutputEmitterRef; readonly interactive: i0.WritableSignal; constructor(); ngOnInit(): void; ngOnDestroy(): void; onClick(event?: Event): void; preventDefault(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DrawerCardDrawerContentComponent { readonly containerClasses: i0.InputSignal | null | undefined>; readonly open: i0.WritableSignal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DrawerCardComponent { private readonly contentComponent; readonly drawerContentComponent: i0.Signal; readonly open: i0.ModelSignal; readonly manualOpen: i0.InputSignalWithTransform; readonly interactive: i0.InputSignalWithTransform; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class TslDrawerCardModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DrawerCardComponent, DrawerCardContentComponent, DrawerCardDrawerContentComponent, TslDrawerCardModule };