import React from 'react'; import './ContentTypeSkeleton.css'; export type contentTypeSkeletonProps = { testId?: string; }; declare const ContentTypeSkeleton: (props: contentTypeSkeletonProps) => React.JSX.Element; export default ContentTypeSkeleton;