import type { Attachment } from 'svelte/attachments'; import type { TimeOption } from './types.ts'; export declare const tabStop: (options: TimeOption[], value: number | undefined) => number | undefined; export declare const revealSelected: (centre?: boolean) => Attachment;