/**
 * Profile Editing App Pane
 *
 * Unlike view panes, this is available any place whatever the real subject,
 * and allows the user to edit their own profile.
 *
 * Usage: paneRegistry.register('profile/profilePane')
 * or standalone script adding onto existing mashlib.
 */
import { PaneDefinition } from 'pane-registry';
declare const editProfileView: PaneDefinition;
export default editProfileView;
//# sourceMappingURL=editProfile.view.d.ts.map