interface HoloOptions {
    rotation?: number;
    depth?: number;
}
export declare function useHologram(refs: React.RefObject<HTMLElement> | React.RefObject<HTMLElement>[], options?: HoloOptions): void;
export {};
