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