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