import { mpcTheme as mpcThemeType } from '../types/index.js'; import { cardType, cnType } from './types.js'; export declare const defaultClassNames: { loading: { anmiate: string; bgColor: string; text: string; textLg: string; button: string; wrapper: string; }; className: string; classNameFlat: string; content: { wrapper: string; wrapperFlat: string; container: string; section1: { wrapper: string; after: string; item1: { wrapper: string; content: string; }; item2: { wrapper: string; content: string; subContent: string; subContentAlt: string; }; item3: { wrapper: string; content: string; }; }; divider1: string; section2: { wrapper: string; item1: { wrapper: string; buttonButton: string; button: string; }; item2: { wrapper: string; buttonButton: string; button: string; }; item3: { wrapper: string; }; }; section3: { wrapper: string; content: string; }; line1: string; line2: string; line3: string; footer: string; }; image: { aspectRatio: string; wrapper: string; wrapperFlat: string; after: string; image: string; }; }; export declare const getDefaultClassNames: ({ type, isMobileScreen, mobileType, mpcTheme, shouldHideDividerContent, flat, }: { type: cardType; isMobileScreen: boolean; mobileType?: cardType | undefined; mpcTheme?: mpcThemeType | undefined; shouldHideDividerContent?: boolean | undefined; flat: boolean; }) => any; export declare const getClassNames: ({ classNames, type, isMobileScreen, mobileType, mpcTheme, shouldHideDividerContent, flat, }: { classNames?: { loading: { anmiate: string; bgColor: string; text: string; textLg: string; button: string; wrapper: string; }; className: string; classNameFlat: string; content: { wrapper: string; wrapperFlat: string; container: string; section1: { wrapper: string; after: string; item1: { wrapper: string; content: string; }; item2: { wrapper: string; content: string; subContent: string; subContentAlt: string; }; item3: { wrapper: string; content: string; }; }; divider1: string; section2: { wrapper: string; item1: { wrapper: string; buttonButton: string; button: string; }; item2: { wrapper: string; buttonButton: string; button: string; }; item3: { wrapper: string; }; }; section3: { wrapper: string; content: string; }; line1: string; line2: string; line3: string; footer: string; }; image: { aspectRatio: string; wrapper: string; wrapperFlat: string; after: string; image: string; }; } | undefined; type: cardType; isMobileScreen: boolean; mobileType?: cardType | undefined; mpcTheme?: mpcThemeType | undefined; shouldHideDividerContent?: boolean | undefined; flat: any; }) => { loading: { anmiate: string; bgColor: string; text: string; textLg: string; button: string; wrapper: string; }; className: string; classNameFlat: string; content: { wrapper: string; wrapperFlat: string; container: string; section1: { wrapper: string; after: string; item1: { wrapper: string; content: string; }; item2: { wrapper: string; content: string; subContent: string; subContentAlt: string; }; item3: { wrapper: string; content: string; }; }; divider1: string; section2: { wrapper: string; item1: { wrapper: string; buttonButton: string; button: string; }; item2: { wrapper: string; buttonButton: string; button: string; }; item3: { wrapper: string; }; }; section3: { wrapper: string; content: string; }; line1: string; line2: string; line3: string; footer: string; }; image: { aspectRatio: string; wrapper: string; wrapperFlat: string; after: string; image: string; }; };