export type FocusMixin = import('../types/FocusMixinTypes').FocusMixin;
/**
 * For browsers that not support the [spec](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible),
 * be sure to load the polyfill into your application https://github.com/WICG/focus-visible
 * (or go for progressive enhancement).
 */
export const FocusMixin: typeof import("../types/FocusMixinTypes").FocusImplementation;
