import React, { Component } from 'react'; declare class IndependentCard extends Component { static contextType: React.Context & { theme: import("../../styles/themes/ITheme").default; }>; constructor(props: any); componentDidMount(): void; changeSwitchValue: () => void; onAccessibilityAction: ({ nativeEvent: { actionName } }: { nativeEvent: { actionName: any; }; }) => void; render(): JSX.Element; } export default IndependentCard;