import { Ref } from "react"; import { View } from "react-native"; import { IOFontWeight } from "../../utils/fonts"; import { TypographicStyleAsLinkProps, TypographicStyleProps } from "./IOText"; type BodyStyleProps = Omit & { ref?: Ref; weight?: Extract; } & TypographicStyleAsLinkProps; export declare const bodyFontSize = 16; export declare const bodyLineHeight = 24; /** * `Body` typographic style */ export declare const Body: ({ ref, weight: customWeight, color: customColor, asLink, avoidPressable, accessibilityRole, textStyle: customTextStyle, onPress, ...props }: BodyStyleProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Body.d.ts.map