import type * as React from 'react'; export interface LabelProps { htmlFor?: string; children: React.ReactNode; tooltip?: string; className?: string; onClick?: () => void; } export declare const Label: ({ htmlFor, children, tooltip, className, ...props }: LabelProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Label.d.ts.map