import { CSSProperties } from 'react'; export declare const ToastComponent: ({ message, style, contentStyle, position, }: { message: string; style?: CSSProperties | undefined; contentStyle?: CSSProperties | undefined; position?: "top" | "bottom" | undefined; }) => import("react/jsx-runtime").JSX.Element;