/// <reference types="react" />
export declare function Panel(props: {
    [propName: string]: any;
}): JSX.Element;
