import React from 'react'; import type { View } from 'react-native'; import type { SlideButtonBackgroundProps } from './SlideButton'; export declare const DefaultSlideButtonBackground: React.MemoExoticComponent< ({ ref, progress, uncheckedLabel, disabled, compact, style, borderRadius, borderTopLeftRadius, borderTopRightRadius, borderBottomLeftRadius, borderBottomRightRadius, }: SlideButtonBackgroundProps & { ref?: React.Ref; }) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=DefaultSlideButtonBackground.d.ts.map