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