import * as React from "react"; import { IconProps } from '../lib'; declare const CircleIcon: (props: IconProps) => React.JSX.Element; export default CircleIcon; //# sourceMappingURL=Circle.d.ts.map