/**
 * Focus a form field while showing the associated legend or label in the viewport.
 *
 * Gives the user a better context of what field they are focusing on.
 *
 * Copied from https://github.com/alphagov/govuk-frontend/blob/cbf4ef1e329711be5b78a92bda6ba84a7db9ca40/packages/govuk-frontend/src/govuk/components/error-summary/error-summary.mjs#L60-L108
 */
export declare function focusWithLegendOrLabelInViewport(id: string): boolean;
//# sourceMappingURL=focus.d.ts.map