declare class PuSkeletonTheme {
  /** Color of skeleton */
  color: string;

  /** animation highlight of skeleton */
  highlight: string;

  /** animation duration time */
  duration: number;

  /** container tag name  */
  tag: any;
}

export default PuSkeletonTheme;
