import type { StyleProperties } from "../types.js"; export declare function cssToStyleObj(css: string | null | undefined): StyleProperties;