// export function getCarbohydrateParams(ctx: ThemeRegistryContext, structure: Structure) {
// return CarbohydrateParams // TODO return copy
// }
// export type CarbohydrateProps = PD.DefaultValues<typeof CarbohydrateParams>
constCarbohydrateVisuals={
'carbohydrate-symbol':(getParams:RepresentationParamsGetter<Structure,CarbohydrateSymbolParams>)=>ComplexRepresentation('Carbohydrate symbol mesh',getParams,CarbohydrateSymbolVisual),
'carbohydrate-link':(getParams:RepresentationParamsGetter<Structure,CarbohydrateLinkParams>)=>ComplexRepresentation('Carbohydrate link cylinder',getParams,CarbohydrateLinkVisual),