import React from "react"; interface LabelProps { children: React.ReactNode; } export declare const Label: React.FC; export {};