import React from 'react'; import { IllustrationProps } from './types'; declare const Illustration: React.FC; export default Illustration;