/// import type { CommonPropsType } from '../../types'; import './style'; export type PropsType = CommonPropsType; export default function WdOfficialAccount(props: PropsType): JSX.Element;