import type { SVGProps } from 'react';
declare const SvgPersonCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
/**
 * @deprecated The ‘PersonCircle’ icon will be removed in release 5.0.0.
 * Use ‘UserAccount’ instead.
 */
export default SvgPersonCircle;
