/// <reference types="react" />
import { fn } from '@declaration';
import { React } from '@global';
export declare const SwipeView: (params: fn.Layout.SwipeView.Params) => React.JSX.Element;
export declare const Core: React.FC<fn.Layout.SwipeView.Params>;
