/// <reference types="react" />
import { IIconProps } from './IconProps';
export default function YouzanIcon({ size, text, textPosition, colorPreset, textSize, }: IIconProps): JSX.Element;
