import React from 'react'; interface EthiopianDateConverterProps { onDateChange?: (ethiopianDate: string) => void; placeholder?: string; className?: string; } export declare const EthiopianDateConverter: React.FC; export default EthiopianDateConverter;