import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import { TProps } from "./t.types.js";
import "../index.js";
//#region src/t/t.d.ts
declare const TBase: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, SystemProps, never>;
/** Displays given text and allows easy styling. */
declare const T: VuiComponent<"span", TProps>;
//#endregion
export { T, T as default, TBase };

//# sourceMappingURL=t.d.ts.map