import React, { PropsWithChildren } from 'react';
export declare function Circle({ size, title, bgColorSeed, className, children, }: PropsWithChildren<{
    size: string | number;
    title?: string;
    bgColorSeed?: number;
    className?: string;
}>): React.JSX.Element;
//# sourceMappingURL=Circle.d.ts.map