import type { ComponentTextProps } from '~/types/text'; import type { HeadingTextBundle } from '~/types/type-bundles'; export type HeadingTextProps = ComponentTextProps & HeadingTextBundle;