export declare class SignetSkeleton { shape: 'circle' | 'button' | 'paragrah'; avatar: boolean; basic: boolean; article: boolean; render(): any; }