import type { ViewProps } from 'react-native';
export interface NativeProps extends ViewProps {
}
declare const _default: import("react-native").HostComponent<NativeProps>;
export default _default;
//# sourceMappingURL=ScreenFooterNativeComponent.d.ts.map