import { ElementModel } from '../../_types'; interface TypeTextLockupMedium { actions?: HTMLElement | null; compositeHeadline?: ElementModel | null; eventDetails?: ElementModel; headline?: HTMLElement | null; isThemeDark?: boolean; isThemeMaryland?: boolean; ribbon?: HTMLElement | null; compositeStats?: ElementModel | null; text?: HTMLElement | null; } export declare const createTextLockupMedium: ({ actions, eventDetails, compositeHeadline, compositeStats, headline, isThemeDark, isThemeMaryland, ribbon, text, }: TypeTextLockupMedium) => import('../../../builder/dist/index.d.ts').ElementModel; export {}; //# sourceMappingURL=medium.d.ts.map