/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledModalSection: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, {
    suppressed?: boolean | undefined;
    closable?: boolean | undefined;
    isMobileFullPage?: boolean | undefined;
}, never>;
declare const ModalSection: ({ children, suppressed, dataTest }: Props) => JSX.Element;
export default ModalSection;
