import * as React from 'react';
import { Label as Label$1 } from 'radix-ui';

type LabelProps = React.ComponentProps<typeof Label$1.Root>;
declare function Label({ className, ...props }: LabelProps): React.JSX.Element;

export { Label, type LabelProps };
