declare const _default: {
    date: {
        format: string;
    };
    platformContent: {
        faq: string;
        help: string;
        privacy: string;
        terms: string;
        contactUs: string;
        legal: string;
    };
    subscription: {
        monthly: {
            name: string;
            type: string;
        };
        yearly: {
            name: string;
            type: string;
        };
    };
    avatarPalette: {
        solid: {
            green: string;
            red: string;
            blue: string;
            tangerine: string;
        };
        light: {
            green: string;
            red: string;
            blue: string;
            tangerine: string;
        };
    };
    roles: {
        companyAdmin: string;
        platformAdmin: string;
        projectCoordinator: string;
        projectManager: string;
    };
    projectStatuses: {
        active: string;
        archived: string;
        completed: string;
        terminated: string;
    };
    wideSurveyStatuses: {
        active: string;
        archived: string;
        closed: string;
        collectingResponses: string;
        draft: string;
        paused: string;
        scheduled: string;
    };
    projectSurveyStatuses: {
        active: string;
        archived: string;
        closed: string;
        draft: string;
        paused: string;
        scheduled: string;
    };
    questionStatus: {
        active: string;
        archived: string;
    };
    questionType: {
        checkbox: string;
        checkboxMatrix: string;
        radio: string;
        radioMatrix: string;
        selectMatrix: string;
        text: string;
    };
    announcementStatuses: {
        active: string;
        archived: string;
    };
    documentStatuses: {
        active: string;
        archived: string;
    };
    integrationSections: ({
        allowMultiple: boolean;
        id: number;
        title: string;
        visible: boolean;
        integrations: {
            id: string;
            groupId: number;
            title: string;
            desc: string;
            image: string;
            attributes: {
                redirectUri: {
                    required: string;
                    label: string;
                };
                integrationKey: {
                    encrypt: boolean;
                    required: string;
                    label: string;
                };
                secretKey: {
                    encrypt: boolean;
                    required: string;
                    label: string;
                };
            };
            multi: boolean;
        }[];
    } | {
        id: number;
        title: string;
        visible: boolean;
        integrations: {
            id: string;
            groupId: number;
            title: string;
            desc: string;
            image: string;
            attributes: {
                baseUrl: {
                    required: string;
                    label: string;
                };
                username: {
                    required: string;
                    label: string;
                };
                password: {
                    encrypt: boolean;
                    required: string;
                    label: string;
                };
                projectName: {
                    required: string;
                    label: string;
                };
            };
            multi: boolean;
        }[];
        allowMultiple?: undefined;
    } | {
        id: number;
        title: string;
        visible: boolean;
        allowMultiple: boolean;
        integrations?: undefined;
    } | {
        id: number;
        title: string;
        visible: boolean;
        allowMultiple: boolean;
        integrations: {
            id: string;
            groupId: number;
            title: string;
            desc: string;
            image: string;
            attributes: {
                redirectUri: {
                    required: string;
                    label: string;
                };
                username: {
                    encrypt: boolean;
                    required: string;
                    label: string;
                };
                password: {
                    required: string;
                    encrypt: boolean;
                    label: string;
                };
                code: {
                    required: string;
                    label: string;
                };
            };
            multi: boolean;
        }[];
    })[];
    companyRoles: {
        admin: string;
        projectManager: string;
        projectCoord: string;
        tester: string;
    };
    companyRolesLabel: {
        ADMINISTRATOR: string;
        PROJECT_MANAGER: string;
        PROJECT_COORDINATOR: string;
    };
    projectRoles: {
        projectManager: string;
        projectCoord: string;
    };
    projectRolesLabel: {
        PROJECT_MANAGER: string;
        PROJECT_COORDINATOR: string;
    };
    projectHealth: {
        GREEN: {
            value: string;
            theme: string;
        };
        YELLOW: {
            value: string;
            theme: string;
        };
        RED: {
            value: string;
            theme: string;
        };
    };
    answerType: {
        text: string;
        radio: string;
        checkbox: string;
        radioMatrix: string;
        checkboxMatrix: string;
        selectMatrix: string;
    };
    surveySteps: {
        details: string;
        questions: string;
        targetAudience: string;
        preview: string;
        compose: string;
    };
    surveySectionTypes: {
        pagebreak: string;
        sectionbreak: string;
        texteditor: string;
        question: string;
    };
    surveySectionTypeMap: {
        pageBreak: string;
        sectionBreak: string;
        textBlock: string;
        question: string;
    };
    surveyTypes: {
        activity: {
            entities: string[];
            type: string;
            name: string;
            title: string;
            description: string;
        };
        companyWide: {
            entities: string[];
            type: string;
            name: string;
            title: string;
            description: string;
        };
        qualification: {
            entities: string[];
            type: string;
            name: string;
            title: string;
            description: string;
        };
        weekly: {
            entities: string[];
            type: string;
            name: string;
            title: string;
            description: string;
        };
        impression: {
            entities: string[];
            type: string;
            name: string;
            title: string;
            description: string;
        };
        testerProfile: {
            entities: string[];
            type: string;
            name: string;
            title: string;
            description: string;
        };
    };
};
export default _default;
