import { ElementType } from 'react'; import type { ToastCloseProps } from './types'; export declare const ToastClose: { ({ as, children, onClick, ref, type, ...props }: ToastCloseProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; };