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