import { Text } from '../../message/text';
import { TextType } from './TextType';
export type LegendType = TextType | Text;
