import { TypographicStyleProps } from "./IOText"; /** * `BodyMonospace` typographic style */ export declare const BodyMonospace: ({ color: customColor, ...props }: TypographicStyleProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BodyMonospace.d.ts.map