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