export interface SfcStyleBlock {
/** Raw text between the `` tags. */
content: string;
/** Lowercased `lang` attribute (`scss`, `sass`, `css`, …) or null if absent. */
lang: string | null;
/** 0-based source line index where the block's content begins. */
startLine: number;
}
export declare function extractSfcStyleBlocks(source: string): SfcStyleBlock[];
/**
* Line-preserving CSS-equivalent of all `