import { ComponentDecorator, ComponentOption } from './component';
export declare const SERVICE_TAG = "Service";
export declare const Service: ComponentDecorator;
export declare function applyServiceDecorator(option: ComponentOption, target: any): import("./component").ComponentMetadata;
//# sourceMappingURL=service.d.ts.map