import { BaseStyle } from "./BaseStyle"; /** * WithDetailsStyle * * @property {string} iconTint - The icon color of the component. * @property {string} activeIconTint - The active icon color of the component. * @property {string} titleTextFont - The title font of the component. * @property {string} titleTextColor - The title color of the component. * @property {string} activeTitleTextFont - The active title font of the component. * @property {string} activeTitleTextColor - The active title color of the component. * @property {string} activeBackground - The mactive background color of the component. */ export declare class TabItemStyle extends BaseStyle { iconTint?: string; activeIconTint?: string; titleTextFont?: string; titleTextColor?: string; activeTitleTextFont?: string; activeTitleTextColor?: string; activeBackground?: string; activeBorderRadius?: string; boxShadow?: string; constructor(props: Partial); } //# sourceMappingURL=TabItemStyle.d.ts.map