export declare const MESSAGES_EN: {
    grid: {
        noData: string;
        loading: string;
    };
};
