import type { FunctionalComponent } from 'vue'; declare const Comment: FunctionalComponent<{}, {}>; export default Comment;