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