export declare const checkIfSkeletonIsVisible: ({ columnId, limit }: {
    columnId: any;
    limit?: number;
}) => boolean;
