import React from 'react'; // IconButtonWithTooltip allows you to set a tooltip on a disabled IconButton without ruining ButtonGroup layout export declare const IconButtonWithTooltip: ({ icon, title, disabled, onClick, className, fluentIconClassName, id, udprecordid, ...other }: { [x: string]: any; className: any; disabled: any; fluentIconClassName: any; icon: any; id: any; onClick: any; title: any; udprecordid: any; }) => React.JSX.Element; //# sourceMappingURL=IconButtonWithToolTip.d.ts.map