/// import { SkeletonProps } from "./skeleton"; /** * `SkeletonCircle` is used to display the loading state in the form of a circular avatar. * * @see Docs https://v2.chakra-ui.com/docs/components/skeleton */ export declare const SkeletonCircle: React.FC;