/** * Copyright © INOVUA TRADING. * * This source code is licensed under the Commercial License found in the * LICENSE file in the root directory of this source tree. */ import { ReactNode } from 'react'; import { TypeComputedProps, TypeLockedRow } from '../../../types'; declare const _default: ({ rows, position, style, children, }: { style?: any; children?: JSX.Element | undefined; rows: TypeLockedRow[]; position: 'start' | 'end'; computedProps: TypeComputedProps; }) => ReactNode | any; export default _default;