import { Story, Meta } from '@storybook/react';
import { ShortcutProps } from '.';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<ShortcutProps>;
export declare const Brand: Story<ShortcutProps>;
export declare const Color: Story<ShortcutProps>;
export declare const Disabled: Story<ShortcutProps>;
export declare const Notify: Story<ShortcutProps>;
