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