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