/// import type IconType from '../IconType'; declare const PostSocial: ({ color, size, ...rest }: IconType) => JSX.Element; export default PostSocial;