import { IconButtonStyleContainerProps, IconStyleProps } from './types'; export declare const FlexButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, IconStyleProps, never>; export declare const IconButtonContainer: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, IconButtonStyleContainerProps, never>;