import * as React from 'react';
import { type LabelProps } from '@radix-ui/react-label';
declare const Label: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>;
export { Label, type LabelProps };
//# sourceMappingURL=label.d.ts.map