import type { CssProperties } from "./css.types";
import type { PreflightConfig } from "./types";
export declare function createPreflight(options: PreflightConfig): Record<string, CssProperties>;
