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