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