/**
 * Note :
 * While you still can use animation-*, there are no animation by default without -
 * additional default style from tailwind.
 */
import type { Property } from '@tenoxui/moxie';
export declare const transition: (sizing?: number) => Property;
