import type { FC, Ref } from 'react'; import { Tour as ArkUiTour } from '@ark-ui/react'; import { type TestableProps } from '../../utils/testId'; export interface TourCloseProps extends Omit, TestableProps { ref?: Ref; } export declare const TourClose: FC;