export interface AttributeText {
    $type: 'com.linkedin.pemberly.text.AttributedText';
    text: string;
}
