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