import React from 'react'; interface EmptyStateT { label: string; Icon: () => JSX.Element; } declare const DSMobileEmptyState: React.ComponentType; declare const DSMobileEmptyStateWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent; export { DSMobileEmptyState, DSMobileEmptyStateWithSchema };