import type { IconProps } from '@ozen-ui/icons';
import type { RenderContentType } from '../../../utils/renderContent';
export type TitleIcon = RenderContentType<IconProps>['content'];
