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