import * as React from 'react'; import type { SvgProps } from 'react-native-svg'; declare const SvgCheckbox: (props: SvgProps) => React.JSX.Element; export default SvgCheckbox; //# sourceMappingURL=Checkbox.d.ts.map