import type { NodePath } from "@babel/core"; import { types as t, types } from "@babel/core"; export declare function collectImportedStyled(path: NodePath, t: typeof types): Record;