import { FC } from 'react';
import { ReactBasicProp } from './types';
declare const StackOverLap: FC<ReactBasicProp>;
export default StackOverLap;
