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