declare namespace _default {
    function beforeUpdate(): void;
    function data(): {
        text: any;
    };
    namespace computed {
        function isLongText(): any;
    }
    namespace methods {
        function getText(): any;
    }
}
export default _default;
