import { SpaceProps } from "styled-system"; import { ButtonBarProps } from "./button-bar.component"; declare const StyledButtonBar: import("styled-components").StyledComponent<"div", any, { theme: object; } & SpaceProps>, string | number | symbol> & Pick, "theme">; export default StyledButtonBar;