import { SpaceProps } from "styled-system"; import { ButtonProps } from "./button.component"; declare const StyledButton: import("styled-components").StyledComponent<"button", any, { theme: object; } & SpaceProps>, string | number | symbol> & Omit & { iconOnly?: boolean; buttonType: Required["buttonType"]; }, "theme">; export declare const StyledButtonSubtext: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const StyledButtonMainText: import("styled-components").StyledComponent<"span", any, {}, never>; export default StyledButton;