import React from 'react';
import { ViewProps } from 'react-native';
/**
 * Unstable API
 */
declare function ScreenFooter(props: ViewProps): React.JSX.Element;
type FooterProps = {
    children?: React.ReactNode | undefined;
};
export declare function FooterComponent({ children }: FooterProps): React.JSX.Element;
export default ScreenFooter;
//# sourceMappingURL=ScreenFooter.d.ts.map