import { Styles } from '../types/style'; declare function transitions( ...properties: Array> ): Styles; export default transitions;