export default RowRenderer; type RowRenderer = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial<$$ComponentProps>): void; }; declare const RowRenderer: import("svelte").Component<{ spec: any; table: any; }, {}, "">; type $$ComponentProps = { spec: any; table: any; }; //# sourceMappingURL=RowRenderer.svelte.d.ts.map