export declare type LabelData = {
    /**
     * The type of label
     */
    type?: string;
    /**
     * Information about this label
     */
    text?: string;
};
