import { SmartCircle } from './PropTypes';
declare function Circle(props: SmartCircle): import("react/jsx-runtime").JSX.Element;
export { Circle };
export { SmartCircleProps, SmartCircle } from './PropTypes';
