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