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