import { Rect } from '../types';
export declare const useShadowCards: () => {
    rect: Rect;
    style: {
        width: string;
        height: string;
    };
    index: number;
    isFirst: boolean;
    isLast: boolean;
    event: import("../types").HwcEvent;
}[];
