import { SVGProps } from 'react'; declare function PropertyIcon(props: SVGProps): JSX.Element; export default PropertyIcon;