import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/core/directives/appearance"; import * as i2 from "@taiga-ui/layout/components/surface"; export declare const TUI_CARD_OPTIONS: import("@angular/core").InjectionToken<{ space: "compact" | "normal"; }>, tuiCardOptionsProvider: (item: Partial<{ space: "compact" | "normal"; }> | (() => Partial<{ space: "compact" | "normal"; }>)) => import("@angular/core").FactoryProvider; export declare class TuiCardLarge { protected readonly options: { space: "compact" | "normal"; }; protected readonly nothing: undefined; readonly tuiCardLarge: import("@angular/core").InputSignal<"" | "normal" | "compact">; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }