import type { ReactElement } from 'react'; export declare const RightSectionWrapper: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLElement>, "isStacked"> & { isStacked: boolean; }, never> & Partial, HTMLElement>, "isStacked"> & { isStacked: boolean; }, never>>> & string; export declare function RightSection({ children }: { children?: React.ReactNode; }): ReactElement;