import { type HTMLAttributes } from 'react'; export declare const useCardAnimation: () => { outerProps: HTMLAttributes; outerRef: import("react").RefObject; innerProps: { style: { transform: string; }; }; shineDom: import("react/jsx-runtime").JSX.Element; };