import type { ChunkComponentReturnType } from "../../ChunkComponent/ChunkComponentReturnType"; import type { CustomComponentDefinitionRuntime } from "../../CustomComponent/returnType"; import type { RootComponentDefinitionRuntime } from "../../RootComponent/returnType"; import type { SameFuncOptions } from "."; export declare function sameFuncFieldsCollect(options: CustomComponentDefinitionRuntime | ChunkComponentReturnType | RootComponentDefinitionRuntime, funcOptions: SameFuncOptions): void;