import { m as TourComponentProps, n as TourCardProps, A as Action, F as FlowsProperties, o as TourHintProps, T as TooltipPlacement, p as TourModalProps, e as ModalPosition, f as ModalSize, q as TourTooltipProps, h as TooltipScrollPosition } from './library--znfQOjb.mjs'; import { LitElement, TemplateResult } from 'lit'; type CardProps = TourComponentProps; declare class Card extends LitElement implements CardProps { title: string; body: string; primaryButton?: Action; secondaryButton?: Action; dismissible: boolean; width?: string; hideProgress: boolean; continue: () => void; previous?: () => void; cancel: () => void; __flows: FlowsProperties; createRenderRoot(): this; render(): unknown; } declare const BasicsV2Card: typeof Card; type HintProps = TourComponentProps; declare class Hint extends LitElement implements HintProps { title: string; body: string; primaryButton?: Action; secondaryButton?: Action; dismissible: boolean; targetElement: string; placement?: TooltipPlacement; offsetX?: number; offsetY?: number; hideProgress: boolean; continue: () => void; previous?: () => void; cancel: () => void; __flows: FlowsProperties; createRenderRoot(): this; render(): unknown; } declare const BasicsV2Hint: typeof Hint; type ModalProps = TourComponentProps; declare class Modal extends LitElement implements ModalProps { title: string; body: string; primaryButton?: Action; secondaryButton?: Action; dismissible: boolean; hideOverlay: boolean; position?: ModalPosition; size?: ModalSize; hideProgress: boolean; continue: () => void; previous?: () => void; cancel: () => void; __flows: FlowsProperties; createRenderRoot(): this; render(): unknown; } declare const BasicsV2Modal: typeof Modal; type TooltipProps = TourComponentProps; declare class Tooltip extends LitElement implements TooltipProps { title: string; body: string; primaryButton?: Action; secondaryButton?: Action; targetElement: string; dismissible: boolean; placement?: TooltipPlacement; scrollPosition?: TooltipScrollPosition; hideOverlay: boolean; hideProgress: boolean; continue: () => void; previous?: () => void; cancel: () => void; __flows: FlowsProperties; createRenderRoot(): this; render(): TemplateResult; } declare const BasicsV2Tooltip: typeof Tooltip; export { BasicsV2Card, BasicsV2Hint, BasicsV2Modal, BasicsV2Tooltip, type CardProps, type HintProps, type ModalProps, type TooltipProps };