import React, { PropsWithChildren } from "react";
export declare const A11yProvider: React.FC<PropsWithChildren<{}>>;
