import { StringXMLField, BooleanXMLField, ObjectXMLField } from '@aurahelper/core';
export declare const Community: {
    active: BooleanXMLField;
    chatterAnswersFacebookSsoUrl: StringXMLField;
    communityFeedPage: StringXMLField;
    description: StringXMLField;
    emailFooterDocument: StringXMLField;
    emailHeaderDocument: StringXMLField;
    emailNotificationUrl: StringXMLField;
    enableChatterAnswers: BooleanXMLField;
    enablePrivateQuestions: BooleanXMLField;
    expertsGroup: StringXMLField;
    portal: StringXMLField;
    portalEmailNotificationUrl: StringXMLField;
    reputationLevels: ObjectXMLField;
    showInPortal: BooleanXMLField;
    site: StringXMLField;
};
