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