import type { CssToNativeResult } from './types.js'; export declare function cssToNative(style: Record | undefined | null): CssToNativeResult; //# sourceMappingURL=css-to-native.d.ts.map