import * as React from 'react'; interface IEmptyProps { } declare const Empty: React.FunctionComponent; export default Empty;