export default TableActionCell; declare function TableActionCell({ onClick, dataHook, primaryAction, secondaryActions, numOfVisibleSecondaryActions, alwaysShowSecondaryActions, moreActionsTooltipText, popoverMenuProps, size, }: { onClick?: (() => void) | undefined; dataHook: any; primaryAction?: null | undefined; secondaryActions?: never[] | undefined; numOfVisibleSecondaryActions?: number | undefined; alwaysShowSecondaryActions?: boolean | undefined; moreActionsTooltipText: any; popoverMenuProps: any; size?: string | undefined; }): React.JSX.Element; declare namespace TableActionCell { let displayName: string; namespace propTypes { let dataHook: PropTypes.Requireable; let primaryAction: PropTypes.Requireable; skin: PropTypes.Requireable; onClick: PropTypes.Validator<(...args: any[]) => any>; disabled: PropTypes.Requireable; prefixIcon: PropTypes.Requireable; suffixIcon: PropTypes.Requireable; as: PropTypes.Requireable>; visibility: PropTypes.Requireable; }>>; let secondaryActions: PropTypes.Requireable<(NonNullable; icon: PropTypes.Validator>; onClick: PropTypes.Validator<(...args: any[]) => any>; subtitle: PropTypes.Requireable; disabled: PropTypes.Requireable; dataHook: PropTypes.Requireable; disabledDescription: PropTypes.Requireable; tooltipProps: PropTypes.Requireable>; skin: PropTypes.Requireable; }> | PropTypes.InferProps<{ divider: PropTypes.Validator; }> | null | undefined> | null | undefined)[]>; let numOfVisibleSecondaryActions: PropTypes.Requireable; let alwaysShowSecondaryActions: PropTypes.Requireable; let moreActionsTooltipText: PropTypes.Requireable; let popoverMenuProps: PropTypes.Requireable; /** The minimum width applied to the list */ minWidth: PropTypes.Requireable; /** The maximum height value applied to the list */ maxHeight: PropTypes.Requireable>; /** Popover content z-index */ zIndex: PropTypes.Requireable; /** Moves popover content relative to the parent by x or y */ moveBy: PropTypes.Requireable; y: PropTypes.Requireable; }>>; /** The Popover's placement: * * auto-start * * auto * * auto-end * * top-start * * top * * top-end * * right-start * * right * * right-end * * bottom-end * * bottom * * bottom-start * * left-end * * left * * left-start */ placement: PropTypes.Requireable; /** Changing text size */ textSize: PropTypes.Requireable; /** Enables text ellipsis on tight containers */ ellipsis: PropTypes.Requireable; /** The Popover's appendTo */ appendTo: PropTypes.Requireable>; /** * Whether to enable the flip behaviour. This behaviour is used to flip the ``'s placement * when it starts to overlap the target element (``). */ flip: PropTypes.Requireable; /** * Whether to enable the fixed behaviour. This behaviour is used to keep the `` at it's * original placement even when it's being positioned outside the boundary. */ fixed: PropTypes.Requireable; /** Whether to show the Popover's arrow */ showArrow: PropTypes.Requireable; }>>; let size: PropTypes.Requireable; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=TableActionCell.d.ts.map