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