interface HtmlPanelProp {
    url: string;
    height?: number;
    show?: boolean;
    conversationId?: string;
}
declare function HtmlPanel(props: HtmlPanelProp): null;
export { HtmlPanel };
//# sourceMappingURL=HtmlPanel.d.ts.map