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