import { ContentElement } from '../../../_types'; import { HeroExpandProps as BaseHeroExpandProps } from '../_types'; interface HeroExpandProps extends BaseHeroExpandProps { eyebrow?: ContentElement; additional?: HTMLSlotElement | null; } export declare const createCompositeHeroExpand: (props: HeroExpandProps) => { events: { setTopPosition: ({ value }: { value: string | null; }) => void; }; element: HTMLElement; styles: string; update?: (props: Partial) => void; destroy?: () => void; }; export {}; //# sourceMappingURL=expand.d.ts.map