import { Play } from "../types"; export declare const useAnimatedQRCodePlayer: () => [JSX.Element, { play: Play; }];