/// <reference types="react" />
import type { SmartEmpty } from './PropTypes';
declare const Empty: import("react").FC<SmartEmpty>;
export { Empty };
export { SmartEmpty, SmartEmptyProps } from './PropTypes';
