import React from "react"; import { LabelProps } from "./types"; declare const Label: React.FC; export default Label;