import React from 'react'; import type { RootProps } from '../../../engines'; import { ToastContainerProps, ShowToastProps } from './ToastNew.types'; export declare const toastContainerRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const showToast: ShowToastProps; export declare const toastContainerConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: string; }; size: { css: string; }; pilled: { css: string; attrs: boolean; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=ToastNew.d.ts.map