import { ExtractPropTypes, Ref, ComputedRef } from 'vue'; import type { DataTableRow } from '../types'; export declare const useAnimationNameProps: { animated: { type: BooleanConstructor; default: boolean; }; currentPage: { type: import("vue").PropType; }; }; export declare const useAnimationName: (props: ExtractPropTypes, rows: Ref) => ComputedRef;