import type { ShortcutWrapperProps } from './types'; declare const ShortcutWrapper: import("svelte").Component; type ShortcutWrapper = ReturnType; export default ShortcutWrapper;