import React from 'react'; import { ViewStyle } from 'react-native'; import type { ISwitchProps } from './types'; declare const _default: React.MemoExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").PositionProps>> & import("../../../utils/customProps").customPositionProps & import("../../../utils/customProps").customBorderProps & import("../../../utils/customProps").customExtraProps & import("../../../utils/customProps").customOutlineProps & import("../../../utils/customProps").customShadowProps & import("../../../utils/customProps").customLayoutProps & import("../../../utils/customProps").customBackgroundProps & import("../../../utils").IAccessibilityProps & import("styled-system").BorderProps>, import("csstype").Property.BorderRadius> & { style?: ViewStyle | undefined; size?: "sm" | "md" | "lg" | undefined; isDisabled?: boolean | undefined; name?: string | undefined; onToggle?: any; isChecked?: boolean | undefined; defaultIsChecked?: boolean | undefined; isInvalid?: boolean | undefined; onTrackColor?: string | undefined; offTrackColor?: string | undefined; onThumbColor?: string | undefined; offThumbColor?: string | undefined; } & React.RefAttributes>>; export default _default; export type { ISwitchProps };