export declare class DirectiveConfig { selector: string | string[]; inputs?: string[]; outputs?: string[]; constructor(obj: Partial); }