/** * @file usePanel 获取面板信息 */ import { BasePanel } from '@co-hooks/date'; export declare function usePanel(part: string): BasePanel;