import { ExternalLabelProps, LabelIconProps } from './Label'; export declare const useLabel: (label: string | ExternalLabelProps, htmlFor: string) => import("react/jsx-runtime").JSX.Element; export declare const useTooltip: (icon?: LabelIconProps) => import("react/jsx-runtime").JSX.Element | null;