import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components-page/account-settings/profile-page/profile-page.d.ts declare function ProfilePage(props?: { mockUser?: { displayName?: string; profileImageUrl?: string; }; }): react_jsx_runtime0.JSX.Element | null; //#endregion export { ProfilePage }; //# sourceMappingURL=profile-page.d.ts.map