import { default as React } from 'react'; interface ZeroStateProps { showIcon?: boolean; showSubtitle?: boolean; } declare const _default: React.FunctionComponent; export default _default;