import { AnimationPresetType, HoverPresetType, CustomAnimation, CustomHoverAnimation, ClickPresetType, CustomClickAnimation } from '../types';
export declare const animationPresets: Record<AnimationPresetType, CustomAnimation>;
export declare const hoverPresets: Record<HoverPresetType, CustomHoverAnimation>;
export declare const clickPresets: Record<ClickPresetType, CustomClickAnimation>;
//# sourceMappingURL=index.d.ts.map