import { NodePath } from "@babel/traverse"; import * as types from "@babel/types"; import { ImportDeclaration, Node } from "@babel/types"; export declare function findCssReferences(path: NodePath, t: typeof types): NodePath[]; //# sourceMappingURL=findCssReferences.d.ts.map