import { PropsWithChildren } from "react"; type AccountPageSectionProps = { testId: string; label: string; }; export declare function AccountPageSection(props: PropsWithChildren): JSX.Element; export {};