import { TFunction } from 'i18next'; import { Step } from 'react-joyride'; export declare const projectsTour: { getSteps: ({ t }: { t: TFunction<"explore", undefined>; }) => Step[]; styles: { options: { width: string; primaryColor: string; textColor: string; zIndex: number; }; }; }; export declare const explorerTour: { getSteps: ({ t }: { t: TFunction<"explore", undefined>; }) => Step[]; styles: { options: { width: string; primaryColor: string; textColor: string; zIndex: number; }; }; };