import CustomElement from "../../custom-element/CustomElement"; import { CustomElementPropertyMetadata } from "../../custom-element/interfaces"; import { NodePatchingData } from "../../renderer/NodePatcher"; export default class ValidationSummary extends CustomElement { static get properties(): Record; render(): NodePatchingData; renderWarnings(): any; renderErrors(): any; } //# sourceMappingURL=ValidationSummary.d.ts.map