import { TwoTonedIcon } from '../iconTypes';
declare const MetadataEmptyState: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element;
export default MetadataEmptyState;
