import { ButtonGroupProps } from './button-group.types'; export declare const BUTTON_IN_GROUP_CLASS_NAME: string; export declare const buttonMargin: (props: Pick) => import("styled-components").FlattenSimpleInterpolation; export declare const hasHandler: (props: any) => "" | import("styled-components").FlattenSimpleInterpolation; export declare const hasLabel: (props: any) => "" | import("styled-components").FlattenSimpleInterpolation; export declare const StyledSingleButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, { className: string; } & Pick>, string | number | symbol>, "opacity" | "backgroundColor" | "bg"> & { color?: string | undefined; } & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").TypographyProps>> & { variant?: "default" | "text" | "success" | "light" | "primary" | "danger" | "info" | "secondary" | undefined; size?: "default" | "icon" | "sm" | "lg" | "md" | undefined; rounded?: boolean | undefined; label?: string | undefined; } & { hasLabel: boolean; }, "className">; export declare const StyledDropDownItemAction: import("styled-components").StyledComponent; export declare const StyledButtonGroup: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, import("styled-system").SpaceProps>, string | number | symbol> & Pick>, string | number | symbol>, "opacity" | "backgroundColor" | "bg"> & { color?: string | undefined; } & import("styled-system").LayoutProps>> & Pick>>, "order" | "alignContent" | "alignItems" | "alignSelf" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "justifyContent" | "justifyItems" | "justifySelf"> & import("styled-system").BorderProps>, string | number> & import("styled-system").PositionProps>> & import("styled-system").ShadowProps>> & { flex?: string | number | boolean | (string | number | null)[] | { [x: string]: string | number | undefined; [x: number]: string | number | undefined; } | null | undefined; variant?: "grey" | "white" | "card" | undefined; animate?: boolean | undefined; className?: string | undefined; } & Pick, never>;