import type { JSX as LocalJSX } from '@familyjs/core/components'; import React from 'react'; import type { FamilyReactProps } from '../FamilyReactProps'; export declare const FmlTabBar: React.ForwardRefExoticComponent) => void) | undefined; onFmlTabsWillChange?: ((event: CustomEvent<{ tab: string; }>) => void) | undefined; slot?: "bottom" | "top" | undefined; style?: { [key: string]: string; } | undefined; } & Omit, "style" | "placeholder"> & React.RefAttributes>;