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