export declare class GetQueryPanelUIControlRequest { constructor(params: Partial); /** * 业务标识 */ pageId: string; }