import HomeSVG from "../../../assets/icons/home.svg"; import PlaceSVG from "../../../assets/icons/place.svg"; import { RootProps } from "../Root/types"; import React from "react"; export const GoogleRoot = ({ options }: RootProps) => ( {options.style === "house" ? : } );