declare const Timer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & { autoStart?: boolean; className?: string; controller?: import("./TimerService").TimerService; format?: (ttlMs: number, timeMs: number) => string | number; height?: import("../..").SizePropertyTheme | import("csstype").Property.Height; thickness?: import("csstype").Property.StrokeWidth; width?: import("../..").SizePropertyTheme | import("csstype").Property.Width; }, never> & Partial & { autoStart?: boolean; className?: string; controller?: import("./TimerService").TimerService; format?: (ttlMs: number, timeMs: number) => string | number; height?: import("../..").SizePropertyTheme | import("csstype").Property.Height; thickness?: import("csstype").Property.StrokeWidth; width?: import("../..").SizePropertyTheme | import("csstype").Property.Width; }, never>>> & string & Omit, keyof import("react").Component>; export default Timer;