empty.d.ts 94 Bytes Raw Blame History Permalink 1 2 3 /// <reference types="react" /> declare const Empty: () => JSX.Element; export default Empty;