import { BackgroundProps, BorderProps, ColorProps, FlexboxProps, FontSizeProps, LayoutProps, OpacityProps, PositionProps, ShadowProps, SpaceProps, TextAlignProps } from 'styled-system'; export declare const systemProps: import("styled-system").styleFn; export declare type StyledToastProps = SpaceProps & ColorProps & LayoutProps & FlexboxProps & BackgroundProps & BorderProps & PositionProps & ShadowProps & OpacityProps & { elevation?: number; accentColor?: string; }; export declare const StyledToast: import("styled-components").StyledComponent>, string | number | symbol> & ColorProps>, string | number | symbol> & LayoutProps>> & FlexboxProps>> & BackgroundProps>, import("styled-system").TLengthStyledSystem> & BorderProps>, import("styled-system").TLengthStyledSystem> & PositionProps>> & ShadowProps>> & OpacityProps>> & { elevation?: number | undefined; accentColor?: string | undefined; }, string | number | symbol>; export declare const Accent: import("styled-components").StyledComponent>, string | number | symbol>, never>; export declare type TextProps = SpaceProps & ColorProps & TextAlignProps & FontSizeProps; export declare const Heading: import("styled-components").StyledComponent; export declare const SubText: import("styled-components").StyledComponent; export declare const IconCont: import("styled-components").StyledComponent>, string | number | symbol>, never>; export declare const CloseButtonCont: import("styled-components").StyledComponent>, string | number | symbol>, never>;