import * as i0 from "@angular/core"; export declare const TUI_CARD_OPTIONS: import("@angular/core").InjectionToken<{ space: "normal" | "compact"; }>, tuiCardOptionsProvider: (item: Partial<{ space: "normal" | "compact"; }> | import("@angular/core").ProviderToken> | (() => Partial<{ space: "normal" | "compact"; }>)) => import("@angular/core").FactoryProvider; export declare class TuiCardLarge { protected readonly options: { space: "normal" | "compact"; }; protected readonly nothing: undefined; space: '' | 'compact' | 'normal'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }