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