/** Definition of a trademark claim notice classification */
export interface Classification {
    /** Summary of the classification */
    description: string;
    /** Code of the classification */
    number: string;
}
//# sourceMappingURL=Classification.d.ts.map