import type { NativeTabsLabelStyle, NativeTabsProps } from '../types'; export declare function convertLabelStylePropToObject(labelStyle: NativeTabsProps['labelStyle']): { default?: NativeTabsLabelStyle; selected?: NativeTabsLabelStyle; }; //# sourceMappingURL=label.d.ts.map