export default VisualOrderFollowsDOM; /** * @fileoverview Manual A11y audit to check that the visual layout of the page matches the DOM. */ declare class VisualOrderFollowsDOM extends ManualAudit { } import ManualAudit from '../../manual/manual-audit.js'; //# sourceMappingURL=visual-order-follows-dom.d.ts.map