import { FunctionComponent, PropsWithChildren } from 'react';

interface KbdProps extends PropsWithChildren {
}
declare const Kbd: FunctionComponent<KbdProps>;

export { Kbd as default };
export type { KbdProps };
