import React from 'react';
interface Props {
    name: string;
}
export declare const dropDown: React.FC<Props>;
export default dropDown;
//# sourceMappingURL=dropDown.d.ts.map