import { type StyleProp, type TextProps, type TextStyle } from 'react-native'; type Props = Omit & { tintColor?: string; children?: string; style?: StyleProp; }; export declare function Label({ tintColor, style, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Label.d.ts.map