import { StyleSheet } from '../utils/style'; import type { Processor } from './index'; export default function preflight(processor: Processor, html?: string, includeBase?: boolean, includeGlobal?: boolean, includePlugins?: boolean): StyleSheet;