import React from 'react'; import type { Polymorphic } from '../core/polymorphism'; import { type TextBaseProps } from './Text'; export declare const textLabel1DefaultElement = 'span'; export type TextLabel1DefaultElement = typeof textLabel1DefaultElement; export type TextLabel1BaseProps = TextBaseProps; export type TextLabel1Props = Polymorphic.Props< AsComponent, TextLabel1BaseProps >; type TextLabel1Component = (( props: TextLabel1Props, ) => Polymorphic.ReactReturn) & Polymorphic.ReactNamed; export declare const TextLabel1: TextLabel1Component; export {}; //# sourceMappingURL=TextLabel1.d.ts.map