/// <reference types="react" />
/**
 * Internal dependencies
 */
import type { ShortcutProps } from './types';
declare function Shortcut(props: ShortcutProps): JSX.Element | null;
export default Shortcut;
//# sourceMappingURL=index.d.ts.map