import React from 'react'; import type { PromptProps, Prompt } from './type'; declare const Prompts: React.FC; export { Prompts }; export type { PromptProps, Prompt }; export default Prompts;