import * as React from "react";
import type { Props } from "./types";
declare const Text: ({ type, size, weight, align, margin, as: Component, uppercase, italic, strikeThrough, dataTest, spaceAfter, children, withBackground, id, }: Props) => React.JSX.Element;
export default Text;
