import React from 'react'; export declare const InlineSnippet: React.FC<{ content: string; }>;