import { IReactNode } from '../@types';
export declare function toastContentSanitize(content?: IReactNode): IReactNode;
