import * as React from 'react';
export declare const htmlIsAccessibilityCompliant: (jsx: React.ReactElement<any>) => Promise<void>;
