import { TextProps } from './Text.types.cjs'; import { TypographyProps } from '../Typography/Typography.types.cjs'; import '../types.cjs'; import '@emotion/react'; import 'react'; import '@imwebme/clay-token'; declare const getTextProp: ({ bold, size, }: Required>) => TypographyProps<"p">[]; export { getTextProp };