import type { RootComponentDoc } from "../../RootComponent/RootComponentDoc"; export type RootComponentOption = { rootComponent?: TRootComponent; };