import { CSSProperties } from 'react'; import type { ClassValue } from '../../utils/cx'; export interface TplProps { wrapperComponent?: any; className?: ClassValue; style?: CSSProperties; showNativeTitle?: boolean; content?: string; }