import React from 'react';
import { FlapStackProps } from '../types';
declare const FlapStack: React.FC<FlapStackProps>;
export default FlapStack;
