type TypeLayoutImageExpandProps = { content: HTMLElement; image: HTMLImageElement; }; export declare const createCompositeLayoutImageExpand: (props: TypeLayoutImageExpandProps) => { element: HTMLDivElement; styles: string; }; export {}; //# sourceMappingURL=expand.d.ts.map