import * as React from 'react'; type Props = { width?: number; }; declare const MdChipSkeleton: React.FC; export default MdChipSkeleton;