import type { NavigationTrigger } from '../types.t.js'; /** * A navigation trigger for Vaadin Router that translated clicks on `` links * into Vaadin Router navigation events. * * Only regular clicks on in-app links are translated (primary mouse button, no * modifier keys, the target href is within the app's URL space). */ declare const CLICK: NavigationTrigger; export default CLICK; //# sourceMappingURL=click.d.ts.map