/// <reference types="react" />
import { TextProps } from './Text.types';
export declare const Text: ({ children, scale, weight }: TextProps) => JSX.Element;
