import types from './types'; declare function loadCss(src: string, cb?: types.AnyFn): void; export default loadCss;