declare const useMirror: () => {
    mirror: number;
    onResetMirror: () => void;
    onMirror: () => void;
};
export default useMirror;
