import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface RoomIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function RoomIcon({ size, color, style, className, ...props }: RoomIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RoomIcon.d.ts.map