import type { KbdProps } from './type';
import Kbd from './Kbd.svelte';
import { kbd } from './theme';
export { Kbd, kbd, type KbdProps };
