import { ListRowPropsModel } from './ListRow.types';
declare const ListRow: ({ columns, hideDividerTop, hideDividerBottom, sx, }: ListRowPropsModel) => import("react/jsx-runtime").JSX.Element;
export default ListRow;
