import React from 'react';
import { IIllustration } from './types/illustration';
export declare const IllustrationHost: React.ForwardRefExoticComponent<IIllustration & React.RefAttributes<HTMLImageElement>>;
