export declare class CrpInPapelRecord {
    Id: string;
    Label: string;
    Is_Active: boolean;
    CrpInFJId?: number;
    Order: number;
}
