import type { SVGProps } from "react"; export interface HotelIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function HotelIcon({ className, size, color, ...props }: HotelIconProps): import("react").JSX.Element; //# sourceMappingURL=hotel-icon.d.ts.map