declare const ShortcutLeftArrow: ({ color, hoverColor }: {
    color?: string | undefined;
    hoverColor?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
declare const ShortcutRightArrow: ({ color, hoverColor }: {
    color?: string | undefined;
    hoverColor?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export { ShortcutLeftArrow, ShortcutRightArrow };
