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