/**
 * When I get focused element:
 *
 * ```gherkin
 * When I get focused element
 * ```
 *
 * Get the DOM element that is currently focused.
 *
 * @example
 *
 * ```gherkin
 * When I get focused element
 * ```
 *
 * @remarks
 *
 * This precedes steps like {@link When_I_type | "When I type"}. For example:
 *
 * ```gherkin
 * When I get focused element
 *   And I type "something"
 * ```
 */
export declare function When_I_get_focused_element(): void;
//# sourceMappingURL=focused.d.ts.map