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