export default IllustrationHtml;
declare class IllustrationHtml extends React.Component {
constructor(...args: any[]);
setRef: (ref: any) => void;
ref: any;
resize: () => void;
}
declare namespace IllustrationHtml {
namespace propTypes {
const code: PropTypes.Validator;
const images: PropTypes.Validator;
ref: PropTypes.Validator;
}>[]>;
}
}
import React from "react";
import PropTypes from "prop-types";