import type { ComponentProps } from "react"; import { Text } from "../../../../components/Text/Text"; type Props = ComponentProps; export declare const LabelText: (props: Props) => import("react").JSX.Element; export {};