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