/// import { MentionProps as $MentionProps } from "antd/lib/mention"; import { FormikFieldProps } from "../FieldProps"; export declare type MentionProps = FormikFieldProps & $MentionProps; export declare const Mention: ({ name, validate, onChange, onBlur, ...restProps }: MentionProps) => JSX.Element; export default Mention; //# sourceMappingURL=index.d.ts.map