interface Props { show: boolean; type: 'loading' | 'error' | 'success'; message?: string; } declare const ChainSwitchFeedback: import("svelte").Component; type ChainSwitchFeedback = ReturnType; export default ChainSwitchFeedback;