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