import { TemplateRef } from '@angular/core'; export declare class JdOptionComponent { private _disabled; private _customContent; template: TemplateRef; jdLabel: string; jdK: string; jdValue: any; jdDisabled: boolean; jdCustomContent: boolean; }