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