import _SwipeCell from './swipe-cell';
import { WithInstallType } from '../shared';
import { TdSwipeCellProps } from './type';
import './style';
export * from './type';
export declare type SwipeCellProps = TdSwipeCellProps;
export declare const SwipeCell: WithInstallType<typeof _SwipeCell>;
export default SwipeCell;
