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