/// import { NormalTypes } from '../utils/prop-types'; interface ToastsProps { children?: React.ReactNode; id?: any; hovered?: boolean; count?: any; total?: any; type?: NormalTypes; remove?: any; boxshadow?: any; opacity?: any; } export declare const ToastWrapperStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ToastStyle: import("styled-components").StyledComponent<"div", any, ToastsProps, never>; export declare const ToastCloseStyle: import("styled-components").StyledComponent<"button", any, {}, never>; export declare const ToastTextStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export {};