import type { ComponentTextProps } from '../../types/text';
import type { BodyTextBundle } from '../../types/type-bundles';
export declare type BodyTextProps = ComponentTextProps & BodyTextBundle;
