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