export declare const base: import("styled-components").FlattenSimpleInterpolation; export declare const StyledRoot: import("styled-components").StyledComponent<"div", any, { position: string; isVisible: boolean; offset?: number; }, never>; export declare const CloseIconWrapper: import("styled-components").StyledComponent & ((Omit, "value"> & import("../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../..").Blur; } & { value?: string | number; contentRight?: never; } & import("react").RefAttributes) | (Omit, "value"> & import("../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../..").Blur; } & { value?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>, any, {}, never>; export declare const StyledOverlay: import("styled-components").StyledComponent, any, {}, never>; export declare const StyledContentLeft: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledContent: import("styled-components").StyledComponent<"div", any, { textColor?: string; }, never>; //# sourceMappingURL=Toast.styles.d.ts.map