import React from 'react'; export declare const SkeletonLoader: ({ size, testId }: { size?: number; testId: any; }) => React.JSX.Element;