import type { Tree } from '@nx/devkit'; interface PropsType { tree: Tree; componentName: string; reexportIndexPath: string; reexportRelativePath: string; } export declare const reexport: ({ tree, componentName, reexportIndexPath, reexportRelativePath, }: PropsType) => void; export {};