export declare const MiddleSectionWrapper: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "isStacked"> & {
    isStacked: boolean;
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "isStacked"> & {
    isStacked: boolean;
}, never>>> & string;
export declare const MiddleSection: ({ children }: {
    children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
