import * as React from 'react'; export default function A11y(props: { children: React.ReactNode; }): React.JSX.Element;