declare class ICoreSypg { _id?: string; sypg_title?: string; sypg_desc?: string; sypg_page_code?: string; sypg_configuration?: any; sypg_isactive?: boolean; } export { ICoreSypg };