declare class ICoreSyoth {
    _id?: string;
    syoth_entity_id_syen?: string;
    syoth_system_theme_id_syth?: string;
    syoth_overrides?: any;
}
export { ICoreSyoth, };
