/// import { AllSystemProps } from "./system/unions"; export declare type BaseButtonProps = AllSystemProps; export declare const BaseButton: import("styled-components").StyledComponent<"button", any, import("react").PropsWithChildren, never>;