import { SCUserProfileFields, SCUserProfileSettings } from '../types';
export declare const DEFAULT_FIELDS: SCUserProfileFields[];
export declare const DEFAULT_SETTINGS: SCUserProfileSettings[];
