declare const _default: ({
    MarkoTag(this: unknown, tag: import("@marko/compiler/babel-types").NodePath<import("@marko/compiler/babel-types").MarkoTag>): void;
} | {
    MarkoAttribute(this: unknown, attr: import("@marko/compiler/babel-types").NodePath<import("@marko/compiler/babel-types").MarkoAttribute>): void;
} | {
    Identifier(this: unknown, id: import("@marko/compiler/babel-types").NodePath<import("@marko/compiler/babel-types").Identifier>): void;
})[];
export default _default;
