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