import { type ComponentType } from '../../model/ComponentType'; interface TimerProps extends ComponentType { seconds: number; } export declare const Timer: import("@redneckz/uni-jsx").UNIComponent; export {};