export declare function getCaretCoordinates(element: any, position: any, options?: any): {
    top: number;
    left: number;
    height: number;
};
export declare function getRegExp(prefix: string | string[]): RegExp;
export declare function getMentions(value: string, prefix?: string | string[]): string[];
