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