import { toast } from 'sonner' import { SvgDelete1 } from '@chainlink/blocks-icons' import type { PlatformAdProps } from './PlatformAd' export const PlatformAdClose = ({ toastId, }: { toastId: NonNullable }) => ( )