import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { TableProps } from './Table.types';
export declare const Table: ForwardRefComponent<"table", TableProps>;
//# sourceMappingURL=Table.d.ts.map