import { InnerWrapperModifiedProps } from '../../types'; export declare const fusionStyle: ({ fusion, disabled, isTextPresent }: InnerWrapperModifiedProps) => import("styled-components").FlattenSimpleInterpolation; export declare const fusionErrorStyle: ({ theme: { textField }, isTextPresent }: InnerWrapperModifiedProps) => import("styled-components").FlattenSimpleInterpolation;