import { Button as AntButton } from 'antd'; import { DefaultVarnishTheme } from '../theme'; export declare type ButtonVariant = 'primary' | 'default' | 'link' | 'marketing'; interface ComponentProps { theme: typeof DefaultVarnishTheme; variant?: ButtonVariant; contrast?: boolean; } export declare const Button: import("styled-components").StyledComponent; export {}; //# sourceMappingURL=button.d.ts.map