import React from "react"; import { FontSize } from "@ds.e/foundation"; export interface TextProps { size?: keyof typeof FontSize; } declare const Text: React.FC; export default Text;