import { CSSObject } from '@emotion/react'; import { ButtonProps } from './Button'; import { Theme } from '../../Identity'; export declare const buttonStyle: (theme: Theme, props: ButtonProps) => CSSObject; //# sourceMappingURL=Button.styles.d.ts.map