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