import type { FC } from 'react'; import { type TextProps } from '../Text'; type InputGroupTextProps = Omit; export declare const InputGroupText: FC; export {};