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