import { type StyleProp, type ViewStyle } from "react-native"; interface PlaceholderProps { style: StyleProp; } export default function Placeholder({ style }: PlaceholderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Placeholder.d.ts.map