import type { ViewProps, HostComponent } from 'react-native'; export interface AppInboxButtonProps extends ViewProps { textOverride?: string; textColor?: string; backgroundColor?: string; showIcon?: boolean; textSize?: string; borderRadius?: string; textWeight?: string; enabled?: boolean; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=AppInboxButtonNativeComponent.d.ts.map