import { SquareProps } from "./square";
export interface CircleProps extends SquareProps {
}
export declare const Circle: import("../system").ComponentWithAs<"div", SquareProps>;
