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