/// import { genPanelStyle } from './panel'; import type { ComponentToken, PanelComponentToken, PickerPanelToken } from './token'; import { initPanelComponentToken, initPickerPanelToken } from './token'; export type { ComponentToken, PanelComponentToken, PickerPanelToken }; export { initPickerPanelToken, initPanelComponentToken, genPanelStyle }; declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: import("react").ReactElement>) => import("react").ReactElement>, string, string | undefined]; export default _default;