export type UnitMetricType = "bed" | "bath" | "area"; interface UnitMetricIconProps { type: UnitMetricType; className?: string; } export declare function UnitMetricIcon({ type, className }: UnitMetricIconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UnitMetricIcon.d.ts.map