/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ /** * Converts seconds to milliseconds * * @param seconds - Time in seconds. * @return milliseconds - Converted time in milliseconds. */ declare var secondsToMilliseconds: (seconds: number) => number; export { secondsToMilliseconds }; //# sourceMappingURL=time-conversion.d.ts.map