import type { VNode } from 'vue';
declare function Text(): VNode;
declare namespace Text {
    var symbol: string;
}
export default Text;
