import { Variant } from 'motion';

declare const scaleInOut: Record<string, Variant>;

export { scaleInOut };
