import { FC } from "react";
type Props = {};
declare const Label: FC<Props>;
export default Label;
