export declare class LabDsSkeleton {
  type: 'square' | 'circle';
  width: string;
  height: string;
  render(): any;
}
