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