import * as React from 'react'; export interface MarkdocExampleProps { language: string; rawContent: string; renderDemo?: boolean; demoContent: React.Component[]; withLabels?: boolean; codeLabel?: string; resultLabel?: string; } export declare function MarkdocExample(props: MarkdocExampleProps): React.JSX.Element; //# sourceMappingURL=markdoc-example.d.ts.map