import Suggestion from './Suggestion.vue';
export type { SuggestionProps } from './interface';
export default Suggestion;
export { Suggestion, };
