/// import { IconProps } from '../../types'; declare const Bed: (allProps: IconProps) => JSX.Element; export default Bed;