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