import * as React from "react";
interface EmptyStatusProps {
    height?: string | number;
}
declare const EmptyStatus: React.FC<EmptyStatusProps>;
export default EmptyStatus;
