import React, { type PropsWithChildren } from 'react'; import type { ViewProps } from 'react-native'; type Props = PropsWithChildren>; export declare function AISurfaceBackground(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=AISurfaceBackground.d.ts.map