export declare const tourWidgetClassNames: { readonly root: "TourWidget__root"; readonly horizontal: "TourWidget__horizontal"; readonly vertical: "TourWidget__vertical"; readonly header: "TourWidget__header"; readonly headerTitle: "TourWidget__header-title"; readonly headerDescription: "TourWidget__header-description"; readonly content: "TourWidget__content"; readonly footer: "TourWidget__footer"; readonly gradient: "TourWidget__gradient"; readonly shapeGradient: "TourWidget__shape-gradient"; readonly bullets: "TourWidget__bullets"; readonly bulletsTrack: "TourWidget__bullets-track"; readonly bullet: "TourWidget__bullet"; readonly bulletActive: "TourWidget__bullet-active"; readonly bulletEdge: "TourWidget__bullet-edge"; };