import React from 'react'; export declare const Portal: ({ children }: any) => React.ReactPortal | null; declare const MentionsItem: (props: any) => JSX.Element; export default MentionsItem;