import * as React from 'react'; import { CSSObject } from '@emotion/core'; import { GrowthBehavior, EmotionCanvasTheme } from '@workday/canvas-kit-react-common'; import { ButtonColors } from '../types'; export interface ButtonContainerProps extends React.ButtonHTMLAttributes, GrowthBehavior { colors?: ButtonColors; size?: 'small' | 'medium' | 'large'; ref?: React.Ref; fillIcon?: boolean; extraStyles?: CSSObject; } export declare const ButtonContainer: import("@emotion/styled-base").StyledComponent, HTMLButtonElement>, ButtonContainerProps, EmotionCanvasTheme>; //# sourceMappingURL=ButtonContainer.d.ts.map