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