import { DefaultTheme } from 'styled-components'; export declare type Props = { color: 'primary' | 'success' | 'warning' | 'error'; variant: 'solid' | 'outline'; disabled?: boolean; }; export declare const Container: import("styled-components").StyledComponent<"button", DefaultTheme, { themeColor: { base: string; background: string; }; } & Props, "themeColor">;