import * as React from "react"; import { StyleProp } from "react-native"; type Props = { style?: StyleProp; start: number; prefix?: string; suffix?: string; }; export declare const CountDownText: React.FC; export {}; //# sourceMappingURL=CountDownText.d.ts.map