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