import { TdParagraphProps } from '../typography/type';
import { PropType } from 'vue';
declare const _default: {
    content: {
        type: PropType<TdParagraphProps['content']>;
    };
    default: {
        type: PropType<TdParagraphProps['default']>;
    };
    ellipsis: {
        type: PropType<TdParagraphProps['ellipsis']>;
        default: TdParagraphProps['ellipsis'];
    };
};
export default _default;
