type ValuationWidgetProps = { domain: string; subdomain: string | null; homeflow_valuations_2_active: boolean | undefined; }; export default function ValuationWidget({ domain, subdomain, homeflow_valuations_2_active, }: ValuationWidgetProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=valuation-widget.component.d.ts.map