import { types as t } from "@marko/compiler";
export declare function isNonHTMLText(placeholder: t.NodePath<t.MarkoPlaceholder | t.MarkoText>): boolean;
export declare function isTextOnlyNativeTag(tag: t.NodePath<t.MarkoTag>): boolean;
