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