import React from 'react'; export interface LiveComponentProps { code?: string; extras?: any; } export declare const LiveComponent: React.FC;