import * as React from 'react'; import type { YwEmptyProps } from '../../types'; declare const YwEmpty: React.FC; export default YwEmpty;