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