import type { Style } from '@unhead/vue/types';
export declare function renderInlineStyles(usedModules: Set<string> | string[]): Promise<Style[]>;
