/// <reference types="react" />
import { HashtagProps } from './types';
export declare function Hashtag({ children, encodeHashtag, hashtag, hashtagUrl, preserveHash, ...props }: HashtagProps): JSX.Element;
//# sourceMappingURL=Hashtag.d.ts.map