import type { types as t } from "@marko/compiler"; export declare function assertNoSpreadAttrs(tag: t.NodePath): void; export declare function assertNoBodyContent(tag: t.NodePath): void;