import React from "react";
interface PanelProps {
    active: boolean;
}
export declare const Panel: React.FC<PanelProps>;
export {};
