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