export declare class FocustoDirective { focusElement: string; constructor(); setFocus(id: string): void; set focusto(id: string); show(event: KeyboardEvent): void; } //# sourceMappingURL=focusto.directive.d.ts.map