/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ /** * 대상 메서드가 상위 클래스의 메서드를 오버라이드 했음을 문서화하는 데코레이터. */ export declare function Override(target: Object, propertyKey: string, descriptor: TypedPropertyDescriptor): TypedPropertyDescriptor;