import React from 'react'; interface ILoadingSkeleton { width?: string; height?: string; styles?: {}; } declare const LoadingSkeleton: React.FC; export default LoadingSkeleton;