import React from 'react';
import { StackProps } from '@mui/material';
declare const OnFlexSingleRow: React.FC<Omit<StackProps, 'direction'>>;
export default OnFlexSingleRow;
