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