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