import type { HostComponent, ViewProps } from 'react-native'; export interface NativeProps extends ViewProps { format?: string; value?: string; encodedValueBase64?: string; messageEncoded?: string; background?: string; foregroundColor?: string; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=BarcodeCreatorNativeComponent.d.ts.map