import { typographyCva } from './Typography'; import { BaseComponentProps } from '../../../types/base-component-props'; import { AnyChildren } from '@ballerine/ui'; import { VariantProps } from '../../../../node_modules/class-variance-authority'; export interface TypographyProps extends BaseComponentProps, VariantProps { children: AnyChildren; } //# sourceMappingURL=types.d.ts.map