import { Status } from '../types'; interface ToastrStyleProps { status?: Status; destroyByClick?: boolean; hasIcon?: boolean; isRight?: boolean; } declare const ToastrStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ToastrStyleProps, never>; interface ToastrContainerProps { position: string; isTop: boolean; } declare const ToastrContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ToastrContainerProps, never>; export { ToastrStyle, ToastrContainer }; //# sourceMappingURL=style.d.ts.map