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