import { StudentProfileBE } from "../../../type"; export declare const STUDENT_PROFILE_DRAWER: { readonly FILTER_DRAWER: string; readonly FORM_DRAWER: string; readonly MORE_ACTIONS_DRAWER: string; readonly VIEW_DRAWER: string; }; export declare const STUDENT_PROFILE_ACTION_TYPES: { readonly RESET_FORM: "RESET_FORM"; readonly SET_CURRENT_PAGE: "SET_CURRENT_PAGE"; readonly SET_PAGE_LIMIT: "SET_PAGE_LIMIT"; readonly SET_SEARCH_QUERY: "SET_SEARCH_QUERY"; readonly SET_DRAWER: "SET_DRAWER"; readonly SET_ITEMS: "SET_ITEMS"; readonly SET_FORM_DATA: "SET_FORM_DATA"; readonly SET_DISABLE_SAVE_BUTTON: "SET_DISABLE_SAVE_BUTTON"; readonly SET_INPUT_FIELD: "SET_INPUT_FIELD"; readonly SET_ERRORS: "SET_ERRORS"; readonly SET_FILTERS: "SET_FILTERS"; }, studentProfileModuleConfig: import("@react-pakistan/util-functions/factory/generic-module-factory").ModuleConfig<{ items: StudentProfileBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; familyMemberId: string; studentCode: string; status: string; enabled: boolean; remarks: string | null; firstName: string; lastName: string; dateOfBirth: string | Date | null; gender: string | null; bloodGroup: string | null; phone: string | null; email: string | null; emergencyPhone: string | null; avatar: string | null; familyId: string; address: string | null; city: string | null; state: string | null; country: string | null; postalCode: string | null; discountCodeId: string; filterEnabled: boolean | undefined; filterGender: string | undefined; filterStatus: string | undefined; }>, initialStudentProfileState: { items: StudentProfileBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; familyMemberId: string; studentCode: string; status: string; enabled: boolean; remarks: string | null; firstName: string; lastName: string; dateOfBirth: string | Date | null; gender: string | null; bloodGroup: string | null; phone: string | null; email: string | null; emergencyPhone: string | null; avatar: string | null; familyId: string; address: string | null; city: string | null; state: string | null; country: string | null; postalCode: string | null; discountCodeId: string; filterEnabled: boolean | undefined; filterGender: string | undefined; filterStatus: string | undefined; }, StudentProfileProvider: import("react").FC<{ children: React.ReactNode; }>, studentProfileReducer: (state: { items: StudentProfileBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; familyMemberId: string; studentCode: string; status: string; enabled: boolean; remarks: string | null; firstName: string; lastName: string; dateOfBirth: string | Date | null; gender: string | null; bloodGroup: string | null; phone: string | null; email: string | null; emergencyPhone: string | null; avatar: string | null; familyId: string; address: string | null; city: string | null; state: string | null; country: string | null; postalCode: string | null; discountCodeId: string; filterEnabled: boolean | undefined; filterGender: string | undefined; filterStatus: string | undefined; }, action: any) => { items: StudentProfileBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; familyMemberId: string; studentCode: string; status: string; enabled: boolean; remarks: string | null; firstName: string; lastName: string; dateOfBirth: string | Date | null; gender: string | null; bloodGroup: string | null; phone: string | null; email: string | null; emergencyPhone: string | null; avatar: string | null; familyId: string; address: string | null; city: string | null; state: string | null; country: string | null; postalCode: string | null; discountCodeId: string; filterEnabled: boolean | undefined; filterGender: string | undefined; filterStatus: string | undefined; }, useStudentProfileContext: () => import("@react-pakistan/util-functions/factory/generic-module-factory").GenericModuleContextWithHandlers<{ items: StudentProfileBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; familyMemberId: string; studentCode: string; status: string; enabled: boolean; remarks: string | null; firstName: string; lastName: string; dateOfBirth: string | Date | null; gender: string | null; bloodGroup: string | null; phone: string | null; email: string | null; emergencyPhone: string | null; avatar: string | null; familyId: string; address: string | null; city: string | null; state: string | null; country: string | null; postalCode: string | null; discountCodeId: string; filterEnabled: boolean | undefined; filterGender: string | undefined; filterStatus: string | undefined; }>;