import React from "react"; import { ViewProps } from "react-native"; export interface IPlaceholder extends ViewProps { Animation?: React.ComponentType; Left?: React.ComponentType; Right?: React.ComponentType; } export declare const Placeholder: React.FC;