import { ConfigProviderProps } from '../config-provider';
import { MergedToastrProps } from './toast-internal';
declare type ToastStylesProps = MergedToastrProps & ConfigProviderProps;
export declare const toastWrapperStyles: (props: ToastStylesProps) => import("@emotion/utils").SerializedStyles;
export {};
