import { Animated, View } from 'react-native'; export type Variant = 'checked' | 'unchecked' | 'disabled-checked' | 'disabled-unchecked'; declare const StyledWrapper: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledKnot: import("@emotion/native").StyledComponent> & { theme?: import("@emotion/react").Theme; as?: React.ElementType; }, {}, {}>; export { StyledWrapper, StyledKnot };