import type { IntlShape } from 'react-intl'; import type { Command } from '../types'; import type { ButtonOptionProps } from './LinkToolbarButtonGroup'; import type { OptionConfig } from './types'; export declare const getButtonGroupOption: (intl: IntlShape, areAnyNewToolbarFlagsEnabled: boolean, dispatchCommand: (command: Command) => void, { disabled, onClick, selected, appearance, testId, tooltip }: OptionConfig) => ButtonOptionProps; export { appearancePropsMap } from './appearancePropsMap';