import { PropsWithChildren } from 'react';
declare function ToastContent({ children }: PropsWithChildren<object>): import("react/jsx-runtime").JSX.Element | null;
declare namespace ToastContent {
    var displayName: string;
}
export { ToastContent };
