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