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