export type ShortcutProps = { label: string; className?: string; }; export declare const Shortcut: ({ label, className }: ShortcutProps) => import("react").JSX.Element; //# sourceMappingURL=Shortcut.d.ts.map