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