import React from 'react';
import { ViewPropsWithTheme } from './common.js';
export declare const SwapView: React.FC<Pick<ViewPropsWithTheme, "diff" | "actual" | "expect"> & {
    theme?: import("@storybook/theming").Theme;
}>;
