import React from 'react';
type PanelProps = {
    children?: React.ReactNode;
};
export declare const Panel: React.FC<PanelProps>;
export {};
