declare const _default: ({
    label: string;
    characters: ({
        character: string;
        popular: boolean;
        latexCommand?: undefined;
    } | {
        character: string;
        latexCommand: string;
        popular: boolean;
    } | {
        character: string;
        latexCommand: string;
        popular?: undefined;
    })[];
} | {
    label: string;
    characters: ({
        character: string;
        latexCommand: string;
        popular: boolean;
        noWrite?: undefined;
    } | {
        character: string;
        latexCommand: string;
        noWrite: boolean;
        popular?: undefined;
    } | {
        character: string;
        latexCommand?: undefined;
        popular?: undefined;
        noWrite?: undefined;
    } | {
        character: string;
        latexCommand: string;
        popular?: undefined;
        noWrite?: undefined;
    })[];
})[];
export default _default;
