import { SvgIllustrationProps } from '../Illustration'; export interface Palette { feet: string; handle: string; stroller1: string; stroller2: string; stroller3: string; wheels: string; } declare const Stroller: React.FC; export default Stroller;