import type { AddXmlAttributeControl } from '../../nodes/XML'; type $$ComponentProps = { data: AddXmlAttributeControl; }; declare const AddXmlAttributeControl: import("svelte").Component<$$ComponentProps, {}, "">; type AddXmlAttributeControl = ReturnType; export default AddXmlAttributeControl;