import { PktTag } from './tag';
export { PktTag } from './tag';
export default PktTag;
export type { IPktTag, TTagSkin, TTagType } from './tag';
