import React from 'react'; export type MicDropClassKey = 'micDrop'; export declare const MicDrop: () => React.JSX.Element;