import * as React from 'react'; export interface TabTitleIconProps extends React.HTMLProps { /** Icon to be rendered inside the tab button title. */ children: React.ReactNode; /** additional classes added to the tab title icon */ className?: string; } export declare const TabTitleIcon: React.FunctionComponent; //# sourceMappingURL=TabTitleIcon.d.ts.map