import React from "react"; export declare const NoCategoryPanel: React.FC<{ onNewCategory: () => void; }>;