import React from "react"; import { LABEL } from '../../utils/type'; declare const Label: (props: LABEL) => React.JSX.Element; export default Label;