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