/**
 * Programmatically change focus in a way that causes a focus ring around the new element.
 * @param element Element that should be focused
 */
export declare const changeFocus: (element: unknown) => void;
//# sourceMappingURL=changeFocus.d.ts.map