import { UMDElement } from '../../_types'; export type TypeTextLockupSmallScaling = { actions?: HTMLElement | null; customStyles?: Record; date?: HTMLElement | null; eventMeta?: UMDElement; eyebrow?: HTMLElement | null; hasEyebrowRibbon?: boolean; headline?: HTMLElement | null; isThemeDark?: boolean; text?: HTMLElement | null; }; export declare const createTextLockupSmallScaling: ({ actions, customStyles, date, eventMeta, eyebrow, hasEyebrowRibbon, headline, isThemeDark, text, }: TypeTextLockupSmallScaling) => import('../../../builder/dist/index.d.ts').ElementModel; //# sourceMappingURL=small-scaling.d.ts.map