import { Meta, Story } from '@storybook/react';
import { KbdProps } from '..';
declare const _default: Meta<KbdProps>;
export default _default;
export declare const Usage: Story<KbdProps>;
