import type { Properties } from 'csstype';
export declare function render_styles(styles: Properties): string | null;
export declare const hyphenate: (name: string) => string;
