import { ResponsiveFlexConfig } from '../../../state'; import { PropsWithChildren } from 'react'; export default function SectionElementContainer({ defaultFlexClassName, className, flexConfiguration, children, style, }: PropsWithChildren & { defaultFlexClassName?: string; className?: string; flexConfiguration?: ResponsiveFlexConfig; style?: React.CSSProperties; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=section-element-container.component.d.ts.map