declare const ERROR_MESSAGE: {
    MESSAGE_REQUIRED_CELL: string;
    MESSAGE_INVALID_CELL: string;
};

export { ERROR_MESSAGE };
