import type { SVGProps } from "react"; export interface BedFrontIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BedFrontIcon({ className, size, color, ...props }: BedFrontIconProps): import("react").JSX.Element; //# sourceMappingURL=bed-front-icon.d.ts.map