import type { ChunkComponentReturnType } from "../../ChunkComponent/ChunkComponentReturnType"; import type { CustomComponentDefinitionRuntime } from "../../CustomComponent/returnType"; import type { FinalOptionsOfComponent, SameFuncOptions } from "."; export declare function handleSubComponents(componentOptions: FinalOptionsOfComponent, subComponents: (CustomComponentDefinitionRuntime | ChunkComponentReturnType)[] | undefined, funcOptions: SameFuncOptions): void;