import { ComponentPropsWithRef, JSX } from 'react'; export default function PropertySearchMapFeatures({ Button, }: { Button?: (props: ComponentPropsWithRef<'button'>) => JSX.Element; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=property-search-map-features.component.d.ts.map