import type React from 'react'; export interface LabelProps { readonly dataset?: DOMStringMap; id?: string; for?: string; className?: string; } export declare const Label: React.ComponentType;