declare const CssCollect: { render: (props?: {} | undefined, { $$slots, context }?: { $$slots?: {} | undefined; context?: Map | undefined; } | undefined) => { html: any; css: { code: string; map: any; }; head: string; }; $$render: (result: any, props: any, bindings: any, slots: any, context: any) => any; }; export default CssCollect;