import { ComponentSize } from '../types'; import { ButtonColor, ButtonColorVariant, ButtonFill } from './types'; export declare const StyledButton: import("styled-components").StyledComponent<"button", any, { colorVariant: ButtonColorVariant; size: ComponentSize; fill: ButtonFill; color: ButtonColor; isLoading?: boolean; disabled: boolean; hasIconOnly: boolean; }, never>; export declare const Rotate: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const IconContainer: import("styled-components").StyledComponent<"div", any, { iconSize: ComponentSize; }, never>;