/// export declare const roomTypes: { Basement: { id: string; icon: JSX.Element; }; 'Bedroom 1': { id: string; icon: JSX.Element; }; 'Bedroom 2': { id: string; icon: JSX.Element; }; 'Bedroom 3': { id: string; icon: JSX.Element; }; 'Bedroom 4': { id: string; icon: JSX.Element; }; 'Bedroom 5': { id: string; icon: JSX.Element; }; 'Bathroom 1': { id: string; icon: JSX.Element; }; 'Bathroom 2': { id: string; icon: JSX.Element; }; 'Dining room': { id: string; icon: JSX.Element; }; 'Entry hall': { id: string; icon: JSX.Element; }; Hallway: { id: string; icon: JSX.Element; }; Kitchen: { id: string; icon: JSX.Element; }; 'Living room': { id: string; icon: JSX.Element; }; 'Laundry room': { id: string; icon: JSX.Element; }; 'Other type': { id: string; icon: JSX.Element; }; 'Stairs 1': { id: string; icon: JSX.Element; }; 'Stairs 2': { id: string; icon: JSX.Element; }; Study: { id: string; icon: JSX.Element; }; 'WC 1': { id: string; icon: JSX.Element; }; 'WC 2': { id: string; icon: JSX.Element; }; }; export declare const getRoomIconById: (roomId: string, className?: string) => JSX.Element; declare const _default: { getRoomIconById: (roomId: string, className?: string) => JSX.Element; roomTypes: { Basement: { id: string; icon: JSX.Element; }; 'Bedroom 1': { id: string; icon: JSX.Element; }; 'Bedroom 2': { id: string; icon: JSX.Element; }; 'Bedroom 3': { id: string; icon: JSX.Element; }; 'Bedroom 4': { id: string; icon: JSX.Element; }; 'Bedroom 5': { id: string; icon: JSX.Element; }; 'Bathroom 1': { id: string; icon: JSX.Element; }; 'Bathroom 2': { id: string; icon: JSX.Element; }; 'Dining room': { id: string; icon: JSX.Element; }; 'Entry hall': { id: string; icon: JSX.Element; }; Hallway: { id: string; icon: JSX.Element; }; Kitchen: { id: string; icon: JSX.Element; }; 'Living room': { id: string; icon: JSX.Element; }; 'Laundry room': { id: string; icon: JSX.Element; }; 'Other type': { id: string; icon: JSX.Element; }; 'Stairs 1': { id: string; icon: JSX.Element; }; 'Stairs 2': { id: string; icon: JSX.Element; }; Study: { id: string; icon: JSX.Element; }; 'WC 1': { id: string; icon: JSX.Element; }; 'WC 2': { id: string; icon: JSX.Element; }; }; }; export default _default;