export type KnowledgeBaseLimitNotificationProps = { isOpen: boolean; setIsOpen: () => void; }; export declare const KnowledgeBaseLimitNotification: ({ isOpen, setIsOpen, }: KnowledgeBaseLimitNotificationProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=KnowledgeBaseLimitNotification.d.ts.map