interface Props { children?: import('svelte').Snippet; keys?: string[]; separator?: string; class?: string; 'aria-label'?: string; } declare const Kbd: import("svelte").Component; type Kbd = ReturnType; export default Kbd;