/// import type { ActionRowProps } from '../types'; declare function ActionRow(props: ActionRowProps): JSX.Element; export default ActionRow;