export interface StyledSuccessStateWrapperProps { showSuccessState?: boolean; } export declare const StyledSuccessStateWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StyledSuccessStateWrapperProps, never>; export declare const StyledSuccessStateContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const StyledSuccessStateContentText: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>; export declare const StyledSuccessStateContentIcon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;