import { Siren } from "@phosphor-icons/react"; import type { Dispatch, SetStateAction } from "react"; export function WarningButton({ setWarning, }: { setWarning: Dispatch>; }) { return ( ); }