interface Props { example?: 'photo' | 'share' | 'account' | 'sort' | 'confirmDelete' | 'disabled'; } declare const ActionSheetStory: import("svelte").Component; type ActionSheetStory = ReturnType; export default ActionSheetStory;