type GhostProps = { position: { x: number; y: number; }; }; export declare const Ghost: import("styled-components").StyledComponent<"div", { color: { primary: string; secondary: string; warningYellow: string; background: string; backgroundVariant: string; grid: string; primaryContrast: string; gray: string; grayAccent: string; }; font: { color: string; family: string; size: number; }; interactive: { normal: string; hovered: string; }; }, GhostProps, never>; export {};