import type { ComponentProps, ReactNode } from 'react'; import type { Except } from 'type-fest'; type HtmlLabelProps = ComponentProps<'label'>; export type LabelProps = Except & Required>; /** @deprecated use Label from kitt-universal instead */ export declare function Label({ htmlFor, children, ...props }: LabelProps): ReactNode; export {}; //# sourceMappingURL=index.d.ts.map