//#region src/components-page/account-settings/section.d.ts declare function Section(props: { title: string; description?: string; children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; //#endregion export { Section }; //# sourceMappingURL=section.d.ts.map