/** * Render CSS and (optionally) a runtime module */ export declare const render: (filePath: string, config?: {}) => Promise;