import type { ThemeDefinition } from '@knapsack/types'; export declare const themeDefinitionToAttributes: ({ collectionsParentKey, themeDefinition, }: { collectionsParentKey: string; themeDefinition: ThemeDefinition; }) => { [k: string]: string; }; //# sourceMappingURL=theming.d.ts.map