import React from 'react';
import type { StyleProp, ViewStyle } from 'react-native';
interface TabBarItemLabelProps {
    color: string;
    label?: string;
    labelStyle: StyleProp<ViewStyle>;
    icon: React.ReactNode;
}
export declare const TabBarItemLabel: React.MemoExoticComponent<({ color, label, labelStyle, icon }: TabBarItemLabelProps) => JSX.Element | null>;
export {};
//# sourceMappingURL=TabBarItemLabel.d.ts.map