import { Powerstyl } from "./lib/powerstyl.ts"; export declare class NestablePowerstyl extends Powerstyl { transform(s: string): string; } export declare const styled: NestablePowerstyl["styled"]; export declare const updateStyle: NestablePowerstyl["updateStyle"]; export * from "./lib/powerstyl.ts";