import React from "react"; export declare const CustomStatusPanel: ({ handleNew }: { handleNew: () => void; }) => React.JSX.Element;