import React from 'react'; interface ProfileLoadingSkeletonProps { className?: string; } export declare function ProfileLoadingSkeleton({ className }: ProfileLoadingSkeletonProps): React.JSX.Element; export {}; //# sourceMappingURL=ProfileLoadingSkeleton.d.ts.map