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