import { ScopedSlotReturnValue } from 'vue/types/vnode';
declare const _default: import("vue/types/vue").ExtendedVue<{
    classPrefix: string;
    componentName: string;
    commonSizeClassName: Record<string, string>;
    commonStatusClassName: Record<string, string>;
} & Record<never, any> & import("../config-provider/config-receiver").ConfigComponent & import("vue").default, unknown, {
    renderReply(): JSX.Element;
    renderActions(): JSX.Element;
    renderQuote(): JSX.Element;
    renderAuthorDatetime(): JSX.Element;
    renderContent(): JSX.Element;
    renderAvatar(): JSX.Element;
}, unknown, {
    actions: ((h: import("vue").CreateElement) => ScopedSlotReturnValue)[];
    author: string | ((h: import("vue").CreateElement) => ScopedSlotReturnValue);
    avatar: string | ((h: import("vue").CreateElement) => ScopedSlotReturnValue) | import("..").TdAvatarProps;
    content: string | ((h: import("vue").CreateElement) => ScopedSlotReturnValue);
    datetime: string | ((h: import("vue").CreateElement) => ScopedSlotReturnValue);
    quote: string | ((h: import("vue").CreateElement) => ScopedSlotReturnValue);
    reply: string | ((h: import("vue").CreateElement) => ScopedSlotReturnValue);
}>;
export default _default;
