export namespace startpageText {
    const textCheckreDef: string;
    const textCheckreDef_1: string;
    const textCheckreDef_2: string;
    const textCheckreDef_3: string;
    const text_checkbox_1: string;
    const text_checkbox_2: string;
    const text_advance: string;
}
export namespace resultData {
    namespace blocks {
        const ox3k: string[];
        const ox5k_only: string[];
    }
    const helpText: {
        name: string;
        text: string;
    }[];
}
export const dropDownlOptions: {
    val: string;
    label: string;
}[];
export const cefrButtons: {
    name: string;
    hide: boolean;
    color: string;
    active: boolean;
    disabled: boolean;
}[];
export namespace dictionaryType {
    export namespace ox5k {
        const wordType: string;
        const show: number[];
    }
    export namespace ox3k_1 {
        const wordType_1: string;
        export { wordType_1 as wordType };
        const show_1: number[];
        export { show_1 as show };
    }
    export { ox3k_1 as ox3k };
    export namespace ox5k_only_1 {
        const wordType_2: string;
        export { wordType_2 as wordType };
        const show_2: number[];
        export { show_2 as show };
    }
    export { ox5k_only_1 as ox5k_only };
    export namespace opal {
        const wordType_3: string;
        export { wordType_3 as wordType };
        const show_3: never[];
        export { show_3 as show };
    }
}
export namespace wordLevel {
    export namespace a1 {
        const color: string;
    }
    export namespace a2 {
        const color_1: string;
        export { color_1 as color };
    }
    export namespace b1 {
        const color_2: string;
        export { color_2 as color };
    }
    export namespace b2 {
        const color_3: string;
        export { color_3 as color };
    }
    export namespace c1 {
        const color_4: string;
        export { color_4 as color };
    }
    export namespace b1_ul {
        const color_5: string;
        export { color_5 as color };
    }
    export namespace b2_ul {
        const color_6: string;
        export { color_6 as color };
    }
    export namespace a2_ul {
        const color_7: string;
        export { color_7 as color };
    }
    export namespace a1_ul {
        const color_8: string;
        export { color_8 as color };
    }
    export namespace opal_1 {
        const color_9: string;
        export { color_9 as color };
    }
    export { opal_1 as opal };
}
export namespace dougnutOptions {
    namespace legend {
        const display: boolean;
    }
    namespace tooltips {
        namespace callbacks {
            function label(tooltipItem: any, data: any): any;
            function afterBody(tooltipItem: any, data: any): string[];
        }
        const backgroundColor: string;
        const titleFontSize: number;
        const titleFontColor: string;
        const bodyFontColor: string;
        const bodyFontSize: number;
        const fontFamily: string;
        const textAlign: string;
        const borderColor: string;
        const borderWidth: number;
        const bodySpacing: number;
    }
    const cutoutPercentage: number;
    const responsive: boolean;
    const maintainAspectRatio: boolean;
}
export namespace dougnutData {
    export namespace doughList {
        const ox3k_2: {
            name: string;
            label: string;
            bg: string;
        }[];
        export { ox3k_2 as ox3k };
        const ox5k_1: {
            name: string;
            label: string;
            bg: string;
        }[];
        export { ox5k_1 as ox5k };
        const ox5k_only_2: {
            name: string;
            label: string;
            bg: string;
        }[];
        export { ox5k_only_2 as ox5k_only };
        const opal_2: {
            name: string;
            label: string;
            bg: string;
        }[];
        export { opal_2 as opal };
    }
    export const labels: string[];
    const backgroundColor_1: string[];
    export { backgroundColor_1 as backgroundColor };
}
export namespace resultTable {
    const CefrCols: string[];
    const categoryCols: string[];
    const catbg: string[];
}
export namespace barChartData {
    const labels_1: string[];
    export { labels_1 as labels };
    const backgroundColor_2: string[];
    export { backgroundColor_2 as backgroundColor };
    export namespace options {
        export namespace legend_1 {
            const display_1: boolean;
            export { display_1 as display };
        }
        export { legend_1 as legend };
        export namespace tooltips_1 {
            const backgroundColor_3: string;
            export { backgroundColor_3 as backgroundColor };
            const titleFontSize_1: number;
            export { titleFontSize_1 as titleFontSize };
            const titleFontColor_1: string;
            export { titleFontColor_1 as titleFontColor };
            const bodyFontColor_1: string;
            export { bodyFontColor_1 as bodyFontColor };
            const bodyFontSize_1: number;
            export { bodyFontSize_1 as bodyFontSize };
            export namespace callbacks_1 {
                export function title(): void;
                export function label_1(tooltipItem: any, data: any): string;
                export { label_1 as label };
                export function afterBody_1(tooltipItem: any, data: any): string[];
                export { afterBody_1 as afterBody };
            }
            export { callbacks_1 as callbacks };
            const borderColor_1: string;
            export { borderColor_1 as borderColor };
            const borderWidth_1: number;
            export { borderWidth_1 as borderWidth };
        }
        export { tooltips_1 as tooltips };
        export namespace scales {
            const xAxes: {
                gridLines: {
                    color: string;
                    borderDash: number[];
                };
                ticks: {
                    autoSkip: boolean;
                    fontSize: number;
                    precision: number;
                    suggestedMin: number;
                };
                scaleLabel: {
                    display: boolean;
                    labelString: string;
                    fontColor: string;
                    fontFamily: string;
                    fontSize: number;
                };
            }[];
            const yAxes: {
                gridLines: {
                    color: string;
                    zeroLineBorderDash: number[];
                };
                ticks: {
                    beginAtZero: boolean;
                    fontSize: number;
                    max: number;
                    stepSize: number;
                };
                scaleLabel: {
                    display: boolean;
                    disableRotation: boolean;
                    labelString: string;
                    fontColor: string;
                    fontFamily: string;
                    fontSize: number;
                };
            }[];
        }
    }
}
export namespace activityText {
    const heading: string;
    const instructions: string[];
    const filterinst: string;
    const legalText: string;
}
export const activityFilterCheckBoxes: ({
    text: string;
    type: string;
    name: string;
    checked: boolean;
} | {
    text: string;
    type: undefined;
    name: undefined;
    checked: boolean;
})[];
export namespace wordListCategories {
    export namespace a1_ox3k {
        export const text: string;
        export const type: string;
        export const name: string;
        export const words: never[];
        const color_10: string;
        export { color_10 as color };
    }
    export namespace a2_ox3k {
        const text_1: string;
        export { text_1 as text };
        const type_1: string;
        export { type_1 as type };
        const name_1: string;
        export { name_1 as name };
        const words_1: never[];
        export { words_1 as words };
        const color_11: string;
        export { color_11 as color };
    }
    export namespace b1_ox3k {
        const text_2: string;
        export { text_2 as text };
        const type_2: string;
        export { type_2 as type };
        const name_2: string;
        export { name_2 as name };
        const words_2: never[];
        export { words_2 as words };
        const color_12: string;
        export { color_12 as color };
    }
    export namespace b2_ox3k {
        const text_3: string;
        export { text_3 as text };
        const type_3: string;
        export { type_3 as type };
        const name_3: string;
        export { name_3 as name };
        const words_3: never[];
        export { words_3 as words };
        const color_13: string;
        export { color_13 as color };
    }
    export namespace b2_ox5k {
        const text_4: string;
        export { text_4 as text };
        const type_4: string;
        export { type_4 as type };
        const name_4: string;
        export { name_4 as name };
        const words_4: never[];
        export { words_4 as words };
        const color_14: string;
        export { color_14 as color };
    }
    export namespace c1_ox5k {
        const text_5: string;
        export { text_5 as text };
        const type_5: string;
        export { type_5 as type };
        const name_5: string;
        export { name_5 as name };
        const words_5: never[];
        export { words_5 as words };
        const color_15: string;
        export { color_15 as color };
    }
    export namespace opal_3 {
        const text_6: string;
        export { text_6 as text };
        const type_6: string;
        export { type_6 as type };
        const name_6: string;
        export { name_6 as name };
        const words_6: never[];
        export { words_6 as words };
        const color_16: string;
        export { color_16 as color };
    }
    export { opal_3 as opal };
    export namespace uncl {
        const text_7: string;
        export { text_7 as text };
        const type_7: undefined;
        export { type_7 as type };
        const name_7: undefined;
        export { name_7 as name };
        const words_7: never[];
        export { words_7 as words };
        const color_17: string;
        export { color_17 as color };
    }
}
export const createExercisechkboxes: {
    text: string;
    name: string;
    checked: boolean;
}[];
