export default InkTabBar;
declare function InkTabBar(_: any, { attrs }: {
    attrs: any;
}): JSX.Element;
declare namespace InkTabBar {
    const inheritAttrs: boolean;
}
