import React from 'react';
export interface HouseProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const House: React.FC<HouseProps>;
//# sourceMappingURL=House.native.d.ts.map