import { Element } from '@makeswift/controls'; export declare function unstructuredIntrospection(element: Element): { swatchIds: Set; typographyIds: Set; fileIds: Set; tableIds: Set; pageIds: Set; globalElementIds: Set; }; //# sourceMappingURL=unstructured-introspection.d.ts.map