import React from 'react';
import type { ComponentProps } from '../../types';
export type Props = ComponentProps & {
    children?: React.ReactNode;
};
declare function ButtonRow(props: Props): import("react/jsx-runtime").JSX.Element;
declare namespace ButtonRow {
    var _supportsSpacingProps: boolean;
}
export default ButtonRow;
