import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const AirlineSeatReclineNormalRounded: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default AirlineSeatReclineNormalRounded;
