import type { IProtoDataProps } from '../interface';
export declare function topologicalGroup(protoData: Array<IProtoDataProps | null>): IProtoDataProps[][];
