import { ComponentReference } from '../references'; export declare function Inject(component: ComponentReference): PropertyDecorator; export declare function Parent(): PropertyDecorator;