import React from 'react';
import { UndrawSVGProps } from '../types';
declare const Polaroid: React.FC<UndrawSVGProps>;
export default Polaroid;
