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