export declare function themedDial(app: import('../../../App').App, type: string, props: Record, max: number, format: 'int' | 'rpm', needleKey: 'needleSpeed' | 'needleTach', options?: { redlineFrom?: number; tickCount?: number; unit?: string; }): import("../../..").Node;