declare function Panel(_: any, { slots }: { slots: any; }): JSX.Element; declare namespace Panel { var displayName: string; } export default Panel;