import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; import type { Theme } from '../../types'; type Props = { disabled?: boolean; style?: StyleProp; theme: Theme; }; declare const _default: React.ComponentType & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ disabled, style, theme, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=CheckmarkIcon.d.ts.map