import type { ButtonProps } from '@blueprintjs/core'; import type { ReactNode } from 'react'; interface TabTitleProps { onDelete?: ButtonProps['onClick']; children?: ReactNode; } export declare function TabTitle(props: TabTitleProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TabTitle.d.ts.map