import { IIconProps } from '@icon-park/svg/lib/runtime';
declare const NeutralFace: (props: IIconProps) => JSX.Element;
export default NeutralFace;
