import React from 'react'; import type { GhostPlaceholderProps } from './GhostPlaceholder.types'; declare const GhostPlaceholder: React.FC; export default GhostPlaceholder;