import React from "react";
export default function EmptyStateBox(props: {
    color: string;
}): React.JSX.Element;
