import type { FC } from 'react'; interface PostAddProps { className?: string; } declare const PostAdd: FC; export default PostAdd;