export declare const SquircleIcon: ({ icon, alt }: {
    icon: string;
    alt: string;
}) => import("react/jsx-runtime").JSX.Element;
