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