import { ResolvedOptions } from '../types'; export default function isCssTag(tagPath: any, { cssTagName, allowGlobal, }: Pick): boolean;