import { PropType } from 'vue';
declare const _default: {
    actions: {
        type: PropType<((h: typeof import("vue").h) => import("..").SlotReturnValue)[]>;
    };
    author: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    avatar: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue) | import("..").TdAvatarProps>;
    };
    content: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    datetime: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    quote: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    reply: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
};
export default _default;
