import { TextPropType } from '../types'; export default function Text({ category, size, weight, color, value, style, link, isLink, index, className, }: TextPropType): import("react/jsx-runtime").JSX.Element;