/// declare function DtsBundler(props: { dir: string; name: string; input: string; tsconfig?: string; platform?: string; onChange: (event: any) => void; }): JSX.Element | null; export { DtsBundler };