interface CSSModuleExportimport { type CSSModuleExport } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.15/compiler/types.ts"; Propertiesreadonlyname: stringThe local (compiled) name for this export. readonlyisReferenced: booleanWhether the export is referenced in this file. readonlycomposes: CSSModuleReference[]Other names that are composed by this export.