//#region src/prop/css/runtime-only.d.ts declare const resolvePropertyName: (prop: string) => string; declare const buildRuntimeSelector: (className: string, contexts: string[]) => string; //#endregion export { buildRuntimeSelector, resolvePropertyName };