import { ProviderToken } from './interfaces';
export declare function Injectable(injections?: ProviderToken[]): (target: object) => void;
export declare const Component: typeof Injectable;
export declare function Inject(token: any): (target: object, propertyKey: string | symbol, parameterIndex: number) => void;
