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