export declare const config: { defaults: { view: string; size: string; orientation: string; }; variations: { view: { default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName; dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName; light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName; inverse: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName; }; size: { m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName; }; orientation: { horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName; vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName; }; }; };