export declare class PageAction {
    Id: string;
    ReportItemName: string;
    Type: string;
    Value: any;
}
