import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { ButtonProps } from './Button.type'; export declare const initialStyle: SerializedStyles; export declare const blockLevel: SerializedStyles; export declare const busy: (theme: RktaTheme, props: { color: string; }) => SerializedStyles; export declare const color: (theme: RktaTheme, props: { color: string; }) => SerializedStyles; export declare const round: (theme: RktaTheme, props: ButtonProps) => SerializedStyles; export declare const size: (theme: RktaTheme, props: ButtonProps) => SerializedStyles; //# sourceMappingURL=Button.styles.d.ts.map