export declare class BaseState { records: any[]; lists: any[]; attributeModelList?: any[]; isFormSubmitted?: any; isApiValidated?: boolean | null; isShowMessage?: boolean; selectedTemplate?: string; updatedData?: any; isAllRowSelected?: boolean; isExcludedApplicationIds?: []; }