import type { IconProps, IconComponent } from "../../types";
interface WindsurfProps extends IconProps {
    type?: "wordmark" | "icon";
}
export declare const Windsurf: IconComponent<WindsurfProps>;
export default Windsurf;
