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