import * as i0 from "@angular/core";
/**
 * Directive for providing a custom no entries found element.
 * e.g.
 * <asw-select-search [formControl]="filterCtrl">
 *   <span aswSelectNoEntriesFound>
 *     No entries found <button>Add</button>
 *   </span>
 * </asw-select-search>
 */
export declare class AswSelectNoEntriesFoundDirective {
    static ɵfac: i0.ɵɵFactoryDeclaration<AswSelectNoEntriesFoundDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<AswSelectNoEntriesFoundDirective, "[aswSelectNoEntriesFound]", never, {}, {}, never, never, false, never>;
}
