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