import { Styles } from '../types/style'; declare function animation( ...args: Array | string | number> ): Styles; export default animation;