/// <reference types="react" />
declare type PanelProps = {
    key: string;
    active: boolean;
};
export declare const Panel: (props: PanelProps) => JSX.Element;
export {};
