export declare type SkeletonShape = 'radius' | 'rect' | 'circle';
export declare type SkeletonLineShape = 'radius' | 'rect';
