export declare const ngxSkeletonDefaults: {
    animate: boolean;
    backgroundColor: string;
    borderRadius: number;
    height: string;
    margin: number;
    variant: "rect";
    width: string;
};
