import { Props } from '../../View'; export declare const transformStyleObject: (style: Object) => string; export declare const renderProperty: (key: string, collection: any) => string; export declare const renderProperties: (props: Props) => string; //# sourceMappingURL=renderProperties.d.ts.map