import React from 'react'; import { CssTooltipProps } from '../CssTooltip'; import { Styles } from './Button.style'; export declare type ListItemButtonProps = Styles & { label?: string; Icon: React.ComponentType; onClick?: (evt: React.MouseEvent) => void; tooltip?: string; tooltipPlacement?: CssTooltipProps['placement']; tooltipCenterArrow?: CssTooltipProps['centerArrow']; }; declare const _default: React.ComponentType, "tooltip" | "children" | "onClick" | "label" | "Icon" | "tooltipCenterArrow" | "tooltipPlacement"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"button" | "icon">>; export default _default; //# sourceMappingURL=Button.d.ts.map