import Prompts from './Prompts.vue'; export type { PromptsProps } from './interface'; export default Prompts; export { Prompts, };