import React from 'react';
import { UpLabelProps } from './types';
declare const UpLabel: React.FC<UpLabelProps>;
export default UpLabel;
