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