import React from 'react'; export declare const UtilityTabHeader: ({ handleChange, value, tabList, title }: { handleChange: any; tabList: any; title?: string; value: any; }) => React.JSX.Element; //# sourceMappingURL=UtilityTabHeader.d.ts.map