export declare function directive(): { scope: { 'label': string; 'type': string; }; controller: string; templateUrl: string; replace: boolean; };