import { IconProps } from '../iconUtils'; export declare const Apartment: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type ApartmentProps = IconProps; export default Apartment;