export declare class Skeleton {
    styleClass: string;
    style: any;
    shape: string;
    animation: string;
    borderRadius: string;
    size: string;
    width: string;
    height: string;
    containerClass(): {
        'p-skeleton p-component': boolean;
        'p-skeleton-circle': boolean;
        'p-skeleton-none': boolean;
    };
    containerStyle(): any;
}
export declare class SkeletonModule {
}
