import { type PropsWithChildren } from 'react'; export declare const Label: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element | null;