import { default as React } from 'react'; import { SvgIllustrationProps } from '../Illustration'; export interface Palette { lines: string; stork: string; blob: string; beak: string; bag: string; } declare const Stork: React.FC; export default Stork;