import { IconProps } from '../lib';
declare function Bed(props: IconProps): JSX.Element;
export default Bed;
