import React from 'react'; interface Props { description?: string; style?: object; image?: any; imageStyle?: object; textStyle?: object; } declare const Empty: React.FC; export default Empty;