import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; type PlaceholderProps = { animated?: boolean; style?: StyleProp; }; declare const _default: React.MemoExoticComponent<({ animated, style }: PlaceholderProps) => React.JSX.Element>; export default _default; //# sourceMappingURL=Placeholder.d.ts.map