/**
 * Decorator that mark a property as output (EventEmiter).
 * @category Component
 * @ignore
 */
export declare function MnOutput(): (t: any, k?: any, i?: any) => void;
