/// export interface PromptInstantiateDirProps { onReady?(): void; } declare function PromptInstantiateDir({ onReady }: PromptInstantiateDirProps): JSX.Element; export default PromptInstantiateDir;