import React from 'react'; import * as LabelPrimitive from '@radix-ui/react-label'; import { TextProps } from './Text'; type Props = React.ComponentProps; export declare const Label: ({ children, ...props }: TextProps & Props) => React.JSX.Element; export {};