/** * — foil trading card. * * Reads the pointer, writes --px-holo-x / --px-holo-y (each -1 to 1) and lets * CSS do the tilt and the sheen. Pointer reads are coalesced into one frame, * so a fast cursor still costs a single style write per repaint. */ export declare class PxHoloCard extends HTMLElement { #private; connectedCallback(): void; disconnectedCallback(): void; }