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