/** * This directive is used to focus the html input on a component. */ declare const Focus: { mounted: (el: HTMLElement) => Promise; }; export default Focus;