import type { HostComponent } from "react-native";
import type { ViewProps } from "react-native/Libraries/Components/View/ViewPropTypes";
export interface NativeProps extends ViewProps {
    enabled?: boolean;
}
declare const _default: HostComponent<NativeProps>;
export default _default;
