interface WorkflowConfig { id: string | number; reqType: 'get' | 'post'; isFormData: boolean; } interface TimeNode { time: string; weather: string; icon: string; windDirect: string; windLevel: string; dateLabel?: string; } interface AreaData { area: string; areaCode: string; list: TimeNode[]; } interface Props { baseHttp?: string; appKey?: string; appSalt?: string; ids?: Record; title?: string; dataTime?: string; areas?: { label: string; value: string; index: number; }[]; list?: AreaData[]; refreshInterval?: number; } declare const _default: import('vue').DefineComponent void; change: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, { baseHttp: string; appKey: string; appSalt: string; title: string; ids: Record; list: AreaData[]; dataTime: string; refreshInterval: number; areas: { label: string; value: string; index: number; }[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;