import React from 'react'; export interface SkeletonProps extends React.HTMLAttributes { children?: React.ReactNode; isLoading: true | false; }