export declare const TAG_FILE_REFS = "file-refs"; export declare function remarkCustomElements(): (tree: any) => void; interface MemoizedMarkdownProps { content: string; id: string; className?: string; } export declare const MemoizedMarkdown: import('react').NamedExoticComponent; export {};