export declare const coreMobileEs: {
    TOAST: {
        DISPENSAR: string;
        AGUARDE: string;
    };
    COMMON: {
        CLOSE: string;
        INPUTIMAGE: {
            GALLERY: string;
            CAMERA: string;
        };
        OPTIONAL: string;
        CANCEL: string;
        CONFIRM: string;
    };
};
