/** Representation of a protected label */
export interface SmdLabel {
    /** Label that is protected */
    label: string;
    /** Trademark associated to the protected label */
    trademark: string;
}
//# sourceMappingURL=SmdLabel.d.ts.map