import React from "react";
import { DisplayProps } from "../../types/Typography";
export declare const Display: React.FC<DisplayProps>;
