import React from 'react'; import type { Polymorphic } from '../core/polymorphism'; import { type TextBaseProps } from './Text'; export declare const textLabel2DefaultElement = 'span'; export type TextLabel2DefaultElement = typeof textLabel2DefaultElement; export type TextLabel2BaseProps = TextBaseProps; export type TextLabel2Props = Polymorphic.Props< AsComponent, TextLabel2BaseProps >; type TextLabel2Component = (( props: TextLabel2Props, ) => Polymorphic.ReactReturn) & Polymorphic.ReactNamed; export declare const TextLabel2: TextLabel2Component; export {}; //# sourceMappingURL=TextLabel2.d.ts.map