import { ElementModel } from '../../../_types'; export interface SectionIntroWideProps { headline?: HTMLElement | null; actions?: HTMLElement | null; isThemeDark?: boolean; } export declare const createCompositeLayoutSectionIntroWide: (props: SectionIntroWideProps) => ElementModel; //# sourceMappingURL=wide.d.ts.map