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