import { OktaSignInAPI } from '../types/api'; import { WidgetOptions } from '../types/options'; /** * This plugin improves the accessibility (a11y) of the Okta sign in widget to * comply with WCAG2.1AA (https://www.w3.org/TR/WCAG21/) standards and Section * 508 (https://www.section508.gov/) * * @param widget instance of OktaSignIn * @param options options for a11y plugin */ export declare const init: (widget: OktaSignInAPI & { options: WidgetOptions; }) => void; //# sourceMappingURL=OktaPluginA11y.d.ts.map