import { ThemedStyledProps } from 'styled-components'; import { Theme } from '../../themes/default'; export interface StyleProps { primary: boolean | undefined; disabled: boolean | undefined; } export declare const style: ({ theme, primary, disabled, }: ThemedStyledProps) => import("styled-components").FlattenSimpleInterpolation;