import React from 'react';
import { SkeletonCircleProps } from './SkeletonCircle.types';
/** SkeletonCircle */
declare function SkeletonCircle({ dataHook, className, diameter, margin, marginLeft, marginRight, marginTop, marginBottom, }: SkeletonCircleProps): React.JSX.Element;
declare namespace SkeletonCircle {
    var displayName: string;
}
export default SkeletonCircle;
//# sourceMappingURL=SkeletonCircle.d.ts.map