import { SylPlugin } from '@syllepsis/adapter'; import { ITableProps } from './const'; declare const createTableRowPlugin: (props: ITableProps) => typeof SylPlugin; export { createTableRowPlugin };