import type { IntlShape } from 'react-intl';
import { type ActionInfo, type ButtonsWidgetProps } from './ButtonsWidget';
export declare const defaultActionsInfo: ({ intl, }: {
    intl: IntlShape;
}) => Record<string, ActionInfo>;
declare const BlockWidthWidget: (props: ButtonsWidgetProps) => import("react/jsx-runtime").JSX.Element;
export default BlockWidthWidget;
