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