import type { Component } from '@toddledev/core/dist/component/component.types'; import type { ProjectFiles } from '../ssr.types'; export declare function takeIncludedComponents({ root, projectComponents, packages, includeRoot, }: { projectComponents: ProjectFiles['components']; packages: ProjectFiles['packages']; root: Component; includeRoot?: boolean; }): Component[];