import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _Comment from './comment.vue'; declare const Comment: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; }; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { align: "left" | "right" | { datetime?: "left" | "right"; actions?: "left" | "right"; }; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; }>> & Readonly<{}>, {}, {}, {}, {}, { align: "left" | "right" | { datetime?: "left" | "right"; actions?: "left" | "right"; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: string; }; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { align: "left" | "right" | { datetime?: "left" | "right"; actions?: "left" | "right"; }; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { avatar?: (props: {}) => any; } & { author?: (props: {}) => any; } & { datetime?: (props: {}) => any; } & { content?: (props: {}) => any; } & { actions?: (props: {}) => any; } & { default?: (props: {}) => any; }; }) & { install: (app: App, options?: SDOptions) => void; }; export type CommentInstance = InstanceType; export default Comment;