import type { ReactElement } from 'react';
export declare const RightSectionWrapper: import("styled-components").StyledComponent<"section", any, {
    isStacked: boolean;
}, never>;
export declare function RightSection({ children }: {
    children?: React.ReactNode;
}): ReactElement;
