export declare const MiddleSectionWrapper: import("styled-components").StyledComponent<"section", any, {
isStacked: boolean;
}, never>;
export declare const MiddleSection: ({ children }: {
children: React.ReactNode;
}) => import("react/jsx-runtime.js").JSX.Element;