import { Ticker } from '@tweakpane/core'; export declare function createTicker(document: Document, interval: number | undefined): Ticker;