import React from "react";
interface APIPanelProps {
    key: string;
    active: boolean;
}
export declare const APIPanel: React.FC<APIPanelProps>;
export {};
