/// export interface Props { idl?: string; ref?: any; modelName?: string; } export default function SchemaExplorer({idl, modelName}: Props): JSX.Element;