import React from "react";
type EthiopianDaysListProps = {
    month: number;
    year: number;
};
declare const EthiopianDaysList: React.FC<EthiopianDaysListProps>;
export default EthiopianDaysList;
