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