/**
 * @jsxRuntime classic
 * @jsx jsx
 */
/// <reference types="react" />
import { type LabelTextProps } from '../types';
export default function LabelText({ children }: LabelTextProps): JSX.Element;
