export namespace Orientation { const vertical: string; const horizontal: string; } declare class Flex extends React.Component { constructor(props: any); state: { bottom: number; }; componentDidMount(): void; _subscriptions: import("react-native").EmitterSubscription[] | undefined; componentWillUnmount(): void; _onKeyboardChange: (event: any) => void; _children: (children: any, childrenStyle: any) => React.ReactChild | React.ReactFragment | React.ReactPortal; renderContent: (headerBackground: any, insets: any) => JSX.Element; render(): JSX.Element; } declare namespace Flex { namespace defaultProps { const scrollable: boolean; const style: {}; const childrenStyle: {}; const type: string; const keyboardVerticalOffset: number; const gradientProps: {}; const blurProps: {}; const blur: boolean; } namespace propTypes { const blur_1: PropTypes.Requireable; export { blur_1 as blur }; const blurProps_1: PropTypes.Requireable; export { blurProps_1 as blurProps }; const scrollable_1: PropTypes.Requireable; export { scrollable_1 as scrollable }; const gradientProps_1: PropTypes.Requireable; export { gradientProps_1 as gradientProps }; export const headerBackground: PropTypes.Requireable; export const headerBackgroundStyle: PropTypes.Requireable; const style_1: PropTypes.Requireable; export { style_1 as style }; export const containerStyle: PropTypes.Requireable; const childrenStyle_1: PropTypes.Requireable; export { childrenStyle_1 as childrenStyle }; const type_1: PropTypes.Requireable; export { type_1 as type }; const keyboardVerticalOffset_1: PropTypes.Requireable; export { keyboardVerticalOffset_1 as keyboardVerticalOffset }; export const keyboardAvoidView: PropTypes.Requireable; export const defaultHeaderColor: PropTypes.Requireable; } } export default Flex; import React from "react"; import PropTypes from "prop-types"; //# sourceMappingURL=Flex.d.ts.map