import { ElementModel } from '../../_types'; interface TypeTextLockupLarge { headlineComposite?: ElementModel | null; eyebrow?: HTMLElement | null; ribbon?: HTMLElement | null; text?: HTMLElement | null; textLargest?: HTMLElement | null; actions?: HTMLElement | null; isThemeDark?: boolean; additionalStyles?: Record; } export declare const createTextLockupLarge: ({ eyebrow, ribbon, headlineComposite, text, textLargest, actions, isThemeDark, additionalStyles, }: TypeTextLockupLarge) => import('../../../builder/dist/index.d.ts').ElementModel; export {}; //# sourceMappingURL=large.d.ts.map