type $$ComponentProps = { leftTitle?: string; rightTitle?: string; searchable?: boolean; disabled?: boolean; }; declare const TransferListStory: import("svelte").Component<$$ComponentProps, {}, "">; type TransferListStory = ReturnType; export default TransferListStory;