import { MassActionsButtonProps } from './types'; import { CSSObject, FlattenSimpleInterpolation } from 'styled-components'; import { default as React } from 'react'; export declare const MassActionsButton: ({ type, view, showLabel, text, buttonStyles, dropdown, useTableDropdown, ...buttonProps }: MassActionsButtonProps & { showLabel?: boolean; buttonStyles?: string | CSSObject | FlattenSimpleInterpolation; useTableDropdown?: boolean; }) => React.ReactElement>;