export interface SpacesGhostTextProps { spaceId?: string; } declare const SpacesGhostText: React.FC; export default SpacesGhostText;