export declare const msgStore: {
    msgCat: string;
    msgName: string;
    msgText: {
        EN: {
            shortText: string;
            longText: string;
        };
    };
}[];
