import { ViewProps } from '@tarojs/components'; import { CSSProperties } from 'react'; interface SafeAreaViewProps extends ViewProps { style?: CSSProperties; position?: 'top' | 'bottom'; } export declare function SafeAreaView(props: SafeAreaViewProps): import("react/jsx-runtime").JSX.Element; export default SafeAreaView;