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