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