import React from "react"; import AntdMentions, { MentionProps } from 'antd/lib/mentions'; interface FMProps extends MentionProps { forwardedRef?: any; } interface FCFMProps extends React.FC { getMentions: typeof AntdMentions.getMentions; Option: typeof AntdMentions.Option; } declare const _default: (React.NamedExoticComponent> & { readonly type: React.ForwardRefExoticComponent>; } & FCFMProps) | (React.NamedExoticComponent & FCFMProps); export default _default;