import React from 'react';
import { SlotData } from './shared';
declare type SlotEditorProps = {
    slot: SlotData;
    handleChange: (newSlotData: SlotData) => void;
};
export declare const KsSlotEditor: React.FC<SlotEditorProps>;
export {};
//# sourceMappingURL=slot-editor.d.ts.map