import { IconProps } from '../lib';
declare function Armchair({ weight, color, size, style }: IconProps): JSX.Element;
export default Armchair;
