import { IconProps } from '../lib';
declare function Ghost(props: IconProps): JSX.Element;
export default Ghost;
