export type SchemaReferenceParts = { componentType: string | null; componentName: string | null; }; export declare function extractPartsFromComponentsRef(ref: string): SchemaReferenceParts | null; //# sourceMappingURL=extract-parts-from-components-ref.d.ts.map