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