import React from 'react'; type Props = { text: string; color: string; }; export declare const ShortcutIcon: (props: Props) => React.JSX.Element; export {};