import type { Code } from '../../types'; import type { TemplateCodegenContext } from './context'; export declare function generateStyleScopedClasses(ctx: TemplateCodegenContext, withDot?: boolean): Generator;