import { ReactNode } from 'react';
import { ImageFile } from "../../../../types";
interface SwitchModeProps {
    expected: ImageFile;
    actual: ImageFile;
}
export declare function SwitchMode(props: SwitchModeProps): ReactNode;
export {};
