import { ReactNode } from 'react';
import "@fontsource/ibm-plex-sans";
type ItypeTab = {
    children: ReactNode;
    width: string;
    bottom?: boolean;
};
export declare const Tab: ({ children, width, bottom }: ItypeTab) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map