import React from 'react'; import { ViewProps } from 'react-native'; export declare type ScaleIntroProps = ViewProps & { visible: boolean; onEnd?: () => void; }; export declare const ScaleIntro: React.FC;