import { IconProps } from './@ErkIcon'; declare function PersonIcon(props: IconProps): JSX.Element; export default PersonIcon;