import type { ComponentPropsWithoutRef } from 'react';
import React from 'react';
import type { MessageActionSetItem } from './MessageActions';
export declare const DefaultDropdownActionButton: ({ "aria-selected": ariaSelected, children, className, role, ...rest }: ComponentPropsWithoutRef<'button'>) => React.JSX.Element;
export declare const defaultMessageActionSet: MessageActionSetItem[];
