import type { ComponentPropsWithRef } from 'react';
export declare const Text: import("@vtex/admin-ui-react").AdminUIJsxElement<"span", {}, {
    variant: {
        pageTitle: any;
        title1: any;
        title2: any;
        action1: any;
        action2: any;
        display: any;
        body: any;
        detail: any;
    };
    tone: {
        primary: any;
        secondary: any;
        info: any;
        positive: any;
        critical: any;
        warning: any;
    };
}>;
export declare type TextProps = ComponentPropsWithRef<typeof Text>;
