import { ɵDirectiveDef as _DirectiveDef } from '@angular/core';
import { Writable } from '@ngx-cocktail/common';
export { Features } from '@ngx-cocktail/common';

declare function TitleFeature(title: string): <T>(directiveDef: Writable<_DirectiveDef<T>>) => void;

export { TitleFeature };
